min / max widths

This commit is contained in:
Tanner Nelson 2016-07-30 21:51:44 -04:00
parent ab9fe6e41e
commit a3ddea23c8
No known key found for this signature in database
GPG Key ID: 9C24375C64856B76
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ html, body {
font-size: 14px;
line-height: 1.5;
font-family: -webkit-system-font, sans-serif;
min-width: 850px;
}
a {
@ -74,6 +75,7 @@ a.logo img {
}
header {
min-width: 850px;
height: 96px;
position: absolute;
left: 0;
@ -183,6 +185,7 @@ main {
overflow-y: scroll;
height: 100%;
max-width: 1440px;
}
main a.edit {