Minimum width to the layout

This commit is contained in:
maciejhirsz
2018-07-15 10:32:49 +02:00
parent 2c073eac19
commit 310b5f32e7
2 changed files with 14 additions and 9 deletions
+11 -8
View File
@@ -4,6 +4,8 @@
overflow: hidden;
background: #fff;
color: #000;
min-width: 1350px;
position: relative;
}
.Chain-content-container {
@@ -14,6 +16,15 @@
top: 148px;
}
.Chain-content {
width: 100%;
min-width: 1350px;
min-height: 100%;
background: #222;
color: #fff;
box-shadow: rgba(0,0,0,0.5) 0 3px 30px;
}
.Chain-map {
background: url('../assets/world-map.svg') no-repeat;
background-size: contain;
@@ -37,14 +48,6 @@
left: 50%;
}
.Chain-content {
width: 100%;
min-height: 100%;
background: #222;
color: #fff;
box-shadow: rgba(0,0,0,0.5) 0 3px 30px;
}
.Chain-node-list {
width: 100%;
border-collapse: collapse;