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
+3 -1
View File
@@ -1,8 +1,10 @@
.Chains {
background: #ccc;
color: #000;
padding: 0 1em;
padding: 0 16px;
height: 40px;
min-width: 1318px;
position: relative;
}
.Chains .Icon {