fix: pride logo rounded corners on mobile
This commit is contained in:
parent
a2c0696753
commit
9716517ffa
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 |
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue