Make the logo smaller on link shared lists

This commit is contained in:
kolaente 2021-05-19 17:33:24 +02:00
parent 28d45ec188
commit fd610d3721
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -1,8 +1,8 @@
.link-share-view { .link-share-view {
.logo { .logo {
max-width: 500px; max-width: 300px;
width: 90%; width: 90%;
margin: 2rem 0 4rem; margin: 2rem 0 1.5rem;
} }
.logout { .logout {