|
|
|
@@ -13,7 +13,7 @@ body { |
|
|
|
display:flex;
|
|
|
|
flex-direction:column;
|
|
|
|
}
|
|
|
|
html { min-width:1000px; }
|
|
|
|
html { min-width:750px;}
|
|
|
|
html, body { height:100%;background-color:#1E1F1F; }
|
|
|
|
hr { color:#191A1A4D; background-color:transparent; }
|
|
|
|
|
|
|
|
@@ -22,7 +22,8 @@ hr { color:#191A1A4D; background-color:transparent; } |
|
|
|
.container {
|
|
|
|
margin: 0 auto;
|
|
|
|
position: relative;
|
|
|
|
width: 1000px;
|
|
|
|
min-width: 750px;
|
|
|
|
max-width: 1000px;
|
|
|
|
font-size:.8125em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|