frontend: increase width of sidebar

This commit is contained in:
0x1eef 2024-01-11 19:19:56 -03:00
parent 25ef272feb
commit 9c390fe3ce
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
flex-direction: space-between;
.column-1 {
width: 20%;
width: 35%;
}
.column-2 {
h1, h2, h3 { font-size: medium; }

View file

@ -32,7 +32,7 @@ ul.items.nav {
border-radius: 5px;
background: $secondary-color;
color: $primary-color;
width: 85%;
width: 90%;
padding: 10px;
h1 {