Fix logo positioning on mobile
This commit is contained in:
parent
edcc3285ee
commit
1e0d1c0546
1 changed files with 5 additions and 1 deletions
|
@ -130,8 +130,12 @@ header {
|
|||
}
|
||||
|
||||
@media (max-width: $screen-xs-max) {
|
||||
right: 25px;
|
||||
right: 20px;
|
||||
left: auto;
|
||||
|
||||
#logo {
|
||||
left: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue