modified: common.css
This commit is contained in:
parent
4d4c60247e
commit
0872ee761b
1 changed files with 1 additions and 1 deletions
|
|
@ -627,7 +627,7 @@ textarea.markup-editor-textarea {
|
||||||
|
|
||||||
section.nav {
|
section.nav {
|
||||||
/* if we have room, break navbar into 3 columns */
|
/* if we have room, break navbar into 3 columns */
|
||||||
grid-template-columns: minmax(200px, 300px) 3fr 1fr;
|
grid-template-columns: minmax(200px, 300px) 1fr 1fr;
|
||||||
grid-gap: 30px;
|
grid-gap: 30px;
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue