Make the logo smaller on link shared lists
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-05-19 17:33:24 +02:00
parent 28d45ec188
commit fd610d3721
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

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