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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user