Minor CSS fixes

This commit is contained in:
maciejhirsz
2018-07-14 15:03:24 +02:00
parent 4f3e72d506
commit ba9931738b
3 changed files with 38 additions and 32 deletions
+6 -2
View File
@@ -6,13 +6,17 @@
color: #000;
}
.Chain-content {
.Chain-content-container {
position: absolute;
left: 0; /*80px;*/
right: 0;
bottom: 0;
top: 148px;
min-height: 50vh;
}
.Chain-content {
width: 100%;
min-height: 100%;
background: #222;
color: #fff;
box-shadow: rgba(0,0,0,0.5) 0 3px 30px;