mirror of https://gitlab.com/brutaldon/brutaldon
Fix width of container in minimal-small
This commit is contained in:
parent
35d8f5b599
commit
0ffdc87c5d
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue