mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 15:23:52 -05:00
Widen main column a little bit.
It was causing problems with the level containing fav/boost links.
This commit is contained in:
parent
808739314e
commit
3480c70a5e
@ -3,7 +3,7 @@ body.has-navbar-fixed-top {
|
||||
}
|
||||
|
||||
body > section > div.container {
|
||||
max-width: 90ex;
|
||||
max-width: 100ex;
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
body > section > div.container {
|
||||
max-width: 90ex;
|
||||
max-width: 100ex;
|
||||
}
|
||||
|
||||
|
||||
|
@ -98,7 +98,7 @@ img, img.is-32x32 {
|
||||
}
|
||||
|
||||
body > section > div.container {
|
||||
max-width: 90ex;
|
||||
max-width: 100ex;
|
||||
}
|
||||
|
||||
.level {
|
||||
|
Loading…
Reference in New Issue
Block a user