personal-site/app/(styles)/header.css

7 lines
106 B
CSS
Raw Normal View History

2023-07-19 14:49:15 +00:00
header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}