Skip to content

Commit

Permalink
Merge pull request #49 from Thorfusion/dev
Browse files Browse the repository at this point in the history
make sidenav a littlebit smaller
  • Loading branch information
maggi373 authored May 22, 2024
2 parents 50a89a9 + 487027f commit b8764d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions static/css/layout.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.wrapper {
display: grid;
grid-template-columns: minmax(min-content, 10vw) 1fr 20vw;
grid-template-columns: minmax(min-content, 1fr) 10fr 20vw;
grid-template-rows: auto;
gap: 0.5vw;
}
Expand Down Expand Up @@ -31,9 +31,7 @@ main {
}

.image {
width: 12vw;
max-width: 24em;
min-width: 12em;
width: 10vw;
}

.sidenav {
Expand Down

0 comments on commit b8764d9

Please sign in to comment.