mirror of
https://github.com/DerTyp7/tf-homepage-react.git
synced 2025-10-29 12:52:08 +01:00
header is centerd
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user