Merge pull request #163 from levivm/feature/new_digitalglarus

fixed scroll navbar issue
This commit is contained in:
Levi Velázquez 2017-01-13 11:26:11 -05:00 committed by GitHub
commit de3939f7cc
2 changed files with 1 additions and 9 deletions

View file

@ -174,7 +174,7 @@
padding-right: 15px;
padding-top: 15px;
padding-bottom: 15px;
margin-top: 0px;
margin-top: 80px;
margin-bottom: 30px;
margin-left: 10px;
margin-right: 10px;

View file

@ -113,14 +113,6 @@
}
}
html,body{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
</style>
</head>