Merge pull request #32 from joariasl/master
Auto scroll menu for small screen. Fixed PanosSakkos/personal-jekyll-…
This commit is contained in:
commit
dde2ed6395
1 changed files with 5 additions and 0 deletions
|
|
@ -81,6 +81,11 @@ ol {
|
|||
text-transform: uppercase;
|
||||
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
background-color: $dark;
|
||||
|
||||
/* Fix height limit and scroll for small screen and many items menu */
|
||||
max-height: 100%;
|
||||
overflow-y: auto;
|
||||
|
||||
.navbar-brand {
|
||||
font-weight: 700;
|
||||
&:focus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue