aboutsummaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/index.css b/src/index.css
index 1532074..0d4c466 100644
--- a/src/index.css
+++ b/src/index.css
@@ -6,3 +6,18 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
+
+
+html, body {
+ margin:0;
+ padding:0;
+ height:100%;
+}
+
+.container-fluid{
+ height: 100%;
+}
+
+.content{
+ margin-left: 92px;
+} \ No newline at end of file