First page layout bug has been fixed.

This commit is contained in:
Lucas Legname 2014-07-02 23:09:26 +02:00
parent b689129679
commit 3f2ca7d5fc
2 changed files with 2 additions and 2 deletions

View file

@ -9390,7 +9390,7 @@ h1 { margin: 0px; height: 91px; }
position: relative;
}
.firstHalfSingleSafety { width: 50%; padding: 10px 30px 10px 30px; }
.firstHalfSingleSafety { width: 50%; padding: 10px 30px 10px 30px; min-height: 930px; }
.secondHalfSingleSafety {
position: absolute;

View file

@ -85,7 +85,7 @@ h1 { margin: 0px; height: 91px; }
position: relative;
}
.firstHalfSingleSafety { width: 50%; padding: 10px 30px 10px 30px; }
.firstHalfSingleSafety { width: 50%; padding: 10px 30px 10px 30px; min-height: 930px; }
.secondHalfSingleSafety {
position: absolute;