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 {
|
body > section > div.container {
|
||||||
max-width: 90ex;
|
max-width: 100ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
body > section > div.container {
|
body > section > div.container {
|
||||||
max-width: 90ex;
|
max-width: 100ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -98,7 +98,7 @@ img, img.is-32x32 {
|
||||||
}
|
}
|
||||||
|
|
||||||
body > section > div.container {
|
body > section > div.container {
|
||||||
max-width: 90ex;
|
max-width: 100ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.level {
|
.level {
|
||||||
|
|
Loading…
Reference in New Issue