header is centerd

This commit is contained in:
Janis
2023-02-19 02:28:18 +01:00
parent d41b409f73
commit 37a45a82bc

View File

@@ -1,7 +1,14 @@
$breakpoint-1: 850px;
.header {
display: flex;
padding: 10px 30px;
@media (max-width: $breakpoint-1) {
justify-content: center;
}
h1 {
color: white;
text-align: center;
}
}