Skip to content

Commit

Permalink
fix error of page footer hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
ngenovictor committed Jun 22, 2017
1 parent 5865762 commit 17b6be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ section #info{

@media only screen and (max-width: 993px) {
section#mapinfo {
height:100%;
height:120%;
margin-top: 10%;
margin-bottom: 10%;

Expand Down Expand Up @@ -461,7 +461,7 @@ footer{
}
#diva{
background-color: #004960;
height: 100%;
height: 120%;
/*margin-top: 10em;*/
width: 100%;
}
Expand Down

0 comments on commit 17b6be0

Please sign in to comment.