Commit 4ea3ea77 authored by Cholgrrr's avatar Cholgrrr
Browse files

update

parent 031bc9e3
Pipeline #6979 passed with stages
in 13 seconds
Showing with 24 additions and 5 deletions
+24 -5
...@@ -4,14 +4,17 @@ ...@@ -4,14 +4,17 @@
} }
.header { .header {
margin-bottom: 50px; padding-bottom: 50px;
margin-top: 0px; padding-top: 0px;
/* position: fixed; */
/* left: 0;
top: 0; */
height: 10%; height: 10%;
background-color: white; background-color: white;
} }
.page-wrap { .page-wrap {
min-height: 100%; min-height: 88vh;
/* margin-bottom: -90px; */ /* margin-bottom: -90px; */
top: 0; top: 0;
left: 0; left: 0;
...@@ -27,14 +30,17 @@ ...@@ -27,14 +30,17 @@
} }
.main { .main {
margin-top: 60px; padding-top: 60px;
margin-bottom: 60px; padding-bottom: 60px;
overflow-x: auto; overflow-x: auto;
overflow-y: hidden; overflow-y: hidden;
height: 100%; height: 100%;
} }
.centered { .centered {
/* position: absolute; */
/* top: 100;
bottom: 100;*/
left: 0; left: 0;
right: 0; right: 0;
height: 70%; height: 70%;
...@@ -48,6 +54,14 @@ ...@@ -48,6 +54,14 @@
clear: both; clear: both;
} }
/* body {
min-height: 100vh;
} */
/* body {
height: 85vh;
} */
.column { .column {
float: left; float: left;
width: 25%; width: 25%;
...@@ -55,6 +69,11 @@ ...@@ -55,6 +69,11 @@
/* Should be removed. Only for demonstration */ /* Should be removed. Only for demonstration */
} }
/* * {
box-sizing: border-box;
} */
a:link { a:link {
color: black; color: black;
background-color: transparent; background-color: transparent;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment