Fixed menu button alignment on mobile

This commit is contained in:
Fabio Manganiello 2021-04-05 10:32:27 +02:00
parent 8679adb842
commit 44703e35b7
1 changed files with 6 additions and 0 deletions

View File

@ -80,6 +80,12 @@ header .right {
header .right {
justify-content: right;
position: relative;
}
header .right.is-mobile button {
position: absolute;
right: 0;
}
header .logo {