mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
21 lines
237 B
SCSS
21 lines
237 B
SCSS
.navbar {
|
|
width: 100%;
|
|
padding: 0.75em;
|
|
}
|
|
|
|
.navbar ul {
|
|
display: flex;
|
|
gap: 1.5em;
|
|
justify-content: center;
|
|
}
|
|
|
|
.navbar .user {
|
|
display: flex;
|
|
gap: 0.25em;
|
|
justify-content: center;
|
|
|
|
& img {
|
|
border-radius: 50%;
|
|
}
|
|
}
|