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

7 lines
112 B
CSS
Raw Normal View History

2023-10-24 17:59:00 +00:00
header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}