Browse Source

updated the lower block width sizes.

Signed-off-by: Nicholas Tan Jerome <nicholas.jerome@kit.edu>
Nicholas Tan Jerome 6 years ago
parent
commit
02a3672ef3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      static/css/style.css

+ 2 - 2
static/css/style.css

@@ -151,7 +151,7 @@ hr {
 	padding-left: 5%;
 	font-family: 'Quicksand';
 	font-size: 15px;
-	width: 45%;
+	width: 50%;
 	height: 300px;
 }
 
@@ -159,7 +159,7 @@ hr {
     float: left;
 	background-color: #ededed;
 	border: 1px solid #bdbdbd;
-	width: 350px;
+	width: 32%;
 	height: 280px;
 	border-radius: 10px;
 	right: 8%;