1
0
mirror of https://gitlab.com/brutaldon/brutaldon synced 2025-06-05 21:49:32 +02:00

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

View File

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