about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 867a753..f57b27c 100644
--- a/static/style.css
+++ b/static/style.css
@@ -5,6 +5,17 @@
 	left: 0px;
 }
 
+@media (min-width: 768px){
+  .container{
+    max-width:90%;
+  }
+}
+
+@media (min-width: 992px){
+  .container{
+    max-width:90%;
+  }
+}
 
 a:link {
     color: #097DC9;
@@ -24,3 +35,21 @@ a:hover {
 a:active {
     color: #097DC9;
 }
+
+* {
+  box-sizing: border-box;
+}
+
+.column {
+  float: left;
+}
+
+.left {
+  width: 80%;
+}
+
+.right {
+  width: 20%;
+}
+
+