Fixed menu button alignment on mobile
This commit is contained in:
parent
8679adb842
commit
44703e35b7
1 changed files with 6 additions and 0 deletions
|
@ -80,6 +80,12 @@ header .right {
|
|||
|
||||
header .right {
|
||||
justify-content: right;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
header .right.is-mobile button {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
header .logo {
|
||||
|
|
Loading…
Reference in a new issue