Fix menu items drifting off to the right offscreen
This commit is contained in:
parent
defa4d2150
commit
2bad6e6b8a
1 changed files with 10 additions and 2 deletions
|
@ -1,7 +1,15 @@
|
||||||
/* .navbar > .container > .navbar-brand {
|
// this is needed to override weirdness that Bulma theme is doing in its
|
||||||
margin-left: inherit;
|
// own overrides file.
|
||||||
|
.navbar > .container {
|
||||||
|
> .navbar-brand {
|
||||||
|
margin-left: inherit;
|
||||||
|
}
|
||||||
|
> .navbar-menu {
|
||||||
|
margin-right: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
.section {
|
.section {
|
||||||
padding-top: 1.5rem;
|
padding-top: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue