Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minimum width now 750px
  • Loading branch information
falkTX committed May 13, 2018
1 parent 571e6f8 commit fc20159
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions css-black/style.css
Expand Up @@ -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; }

Expand All @@ -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;
}

Expand Down
5 changes: 3 additions & 2 deletions css-white/style.css
Expand Up @@ -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:#D6D6D64D; background-color:transparent; }

Expand All @@ -22,7 +22,8 @@ hr { color:#D6D6D64D; background-color:transparent; }
.container {
margin: 0 auto;
position: relative;
width: 1000px;
min-width: 750px;
max-width: 1000px;
font-size:.8125em;
}

Expand Down

0 comments on commit fc20159

Please sign in to comment.