fix: pride logo rounded corners on mobile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a2c0696753
commit
9716517ffa
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 |
@ -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;
|
||||
|
Reference in New Issue
Block a user