mirror of
https://github.com/DerTyp7/tf-homepage-react.git
synced 2025-10-30 13:17:08 +01:00
header is centerd
This commit is contained in:
@@ -1,7 +1,14 @@
|
|||||||
|
$breakpoint-1: 850px;
|
||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 10px 30px;
|
padding: 10px 30px;
|
||||||
|
|
||||||
|
@media (max-width: $breakpoint-1) {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: white;
|
color: white;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user