fix footer height bug

gh-pages
somas95 2018-06-08 19:35:18 +02:00
parent c93e9114f7
commit e9430c975e
3 changed files with 7 additions and 3 deletions

View File

@ -29,7 +29,9 @@
}
.section.programmers {
height: 80vh;
/* min-height: 80vh;
overflow: hidden; */
height: auto;
width: 100%;
position: absolute;

View File

@ -599,7 +599,9 @@ footer a {
flex-wrap: wrap; }
.section.programmers {
height: 80vh;
/* min-height: 80vh;
overflow: hidden; */
height: auto;
width: 100%;
position: absolute;
margin-bottom: 20vh;

File diff suppressed because one or more lines are too long