First page layout bug has been fixed.
This commit is contained in:
parent
b689129679
commit
3f2ca7d5fc
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue