mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-24 15:21:09 +00:00
Fix broken css
This commit is contained in:
parent
cfb888ff47
commit
7c2d3baadf
1 changed files with 5 additions and 1 deletions
|
@ -20,7 +20,11 @@ nav {
|
||||||
main {
|
main {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding: 20px;
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.item-view {
|
||||||
|
padding: 0 20px 20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
Loading…
Reference in a new issue