hugo-tufte/assets/scss/components/brand.scss
2024-12-08 04:04:22 +01:00

19 lines
366 B
SCSS

.brand {
margin: auto !important;
text-align: center !important;
width: 100%;
h1 {
margin: auto !important;
text-align: center !important;
width: 100%;
}
.menu > ul {
margin: auto !important;
text-align: center !important;
width: 100% !important;
}
}
.brand > h1 {
font-size: 2.5em;
}