mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 10:24:07 +01:00
Fix Wekan logo positioning.
Thanks to iwkse and xet7 ! Closes #1583, closes #1378
This commit is contained in:
parent
61538ab577
commit
e9bb7e0041
2 changed files with 5 additions and 5 deletions
|
|
@ -29,13 +29,12 @@
|
|||
font-size: 0.9em
|
||||
margin-right: 10px
|
||||
|
||||
|
||||
.wekan-logo
|
||||
display: block
|
||||
margin: 3px auto 0
|
||||
margin: 3px auto auto
|
||||
width: 97px
|
||||
opacity: 0.6
|
||||
transition: opacity 0.15s
|
||||
float: right
|
||||
|
||||
&:hover
|
||||
opacity: 0.9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue