From 3f2ca7d5fce721169b4032045469de2987aa5c84 Mon Sep 17 00:00:00 2001 From: Lucas Legname Date: Wed, 2 Jul 2014 23:09:26 +0200 Subject: [PATCH] First page layout bug has been fixed. --- index.html | 2 +- src/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7c239ea..75681e8 100644 --- a/index.html +++ b/index.html @@ -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; diff --git a/src/main.css b/src/main.css index 93f181d..7977aac 100644 --- a/src/main.css +++ b/src/main.css @@ -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;