fix: pride logo rounded corners on mobile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-06-08 22:55:00 +02:00
parent a2c0696753
commit 9716517ffa
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -529,8 +529,9 @@ $vikunja-nav-selected-width: 0.4rem;
.logo {
display: block;
padding-left: 2rem;
padding-left: 1rem;
margin-right: 1rem;
margin-bottom: 1rem;
@media screen and (min-width: $tablet) {
display: none;