personal-site/app/(styles)/header.css
2023-07-19 15:49:15 +01:00

7 lines
106 B
CSS

header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}