Skip to content

Commit

Permalink
Fix sidebar positioning style
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloThys committed Sep 18, 2023
1 parent f17d941 commit cbd5435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ aside div {

aside div > .material-symbols-outlined {
grid-column: 1;
place-self: start center;
place-self: center;
font-size: 28px;
}

aside div > a {
grid-column: 2;
place-self: start;
place-self: center start;
}

.dashboard > .material-symbols-outlined {
Expand Down

0 comments on commit cbd5435

Please sign in to comment.