Fix width of container in minimal-small

This commit is contained in:
Jason McBrayer 2019-03-19 16:35:02 -04:00
parent 35d8f5b599
commit 0ffdc87c5d
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ body, input, textarea, select {
background-color: #FAFAFA;
color: #000;
margin: 1ex;
font-size: normal;
font-size: 13px;
}
input[text], textarea
@ -97,7 +97,7 @@ img.is-32x32 {
}
}
body > section > div.container {
main > div.container {
max-width: 100ex;
}