mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
Merge pull request #380 from bengott/fix-logo-position
Fix header logo position
This commit is contained in:
commit
c7096dd447
2 changed files with 2 additions and 2 deletions
|
@ -616,7 +616,7 @@ li {
|
|||
.logo a {
|
||||
font-size: 24px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
position: static;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
|
|
|
@ -44,7 +44,7 @@ $mobile-header-height: 50px;
|
|||
a{
|
||||
font-size: 24px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
position: static;
|
||||
width: 100%;
|
||||
height: $mobile-header-height;
|
||||
line-height: $mobile-header-height;
|
||||
|
|
Loading…
Add table
Reference in a new issue