Skip to content

Commit

Permalink
Fix margins in lateral-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmeValera committed Oct 20, 2024
1 parent d4dd914 commit d27d47c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ h1.page-title {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
background-color: black;
color: white;
padding: 8px 10px;
Expand Down
1 change: 1 addition & 0 deletions sass/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ body {
display: flex;
align-items: center;
justify-content: flex-end; /* Align the icon to the right */
gap: 0;
background-color: black;
color: white;
padding: 10px;
Expand Down

0 comments on commit d27d47c

Please sign in to comment.