Edit sidebar layout

This commit is contained in:
Paul Nicoué 2022-09-27 16:42:28 +02:00
parent b45fe42a45
commit bfc23e715b
3 changed files with 9 additions and 9 deletions

View file

@ -108,7 +108,7 @@ body {
.sidebar__nav-item {
+ .sidebar__nav-item {
margin: 0.5rem 0 0 0;
margin: 0.2rem 0 0 0;
}
}
@ -134,7 +134,7 @@ body {
display: flex;
justify-content: center;
align-items: center;
margin: 1rem 0 0 0;
margin: 0.8rem 0 0 0;
}
.sidebar__social-link {
@ -145,7 +145,7 @@ body {
align-items: center;
+ .sidebar__social-link {
margin: 0 0 0 1rem;
margin: 0 0 0 0.8rem;
}
svg {

View file

@ -26,7 +26,7 @@
// Dimensions
--icon-size: 2.25rem;
--sidebar-padding: 1rem;
--sidebar-padding: 0.8rem;
// Colors

File diff suppressed because one or more lines are too long