Merge pull request #32 from joariasl/master

Auto scroll menu for small screen. Fixed PanosSakkos/personal-jekyll-…
This commit is contained in:
Panos Sakkos 2015-10-26 22:07:39 +01:00
commit dde2ed6395

View file

@ -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 {