hugo-tufte/assets/scss/components/brand.scss
2024-12-08 03:53:18 +01:00

21 lines
398 B
SCSS

.brand {
padding-top: 1rem;
padding-bottom: 1rem;
margin: auto !important;
text-align: center !important;
width: 50%;
h1 {
margin: auto !important;
text-align: center !important;
width: 100%;
}
.menu {
margin: auto !important;
text-align: center !important;
width: 100%;
}
}
.brand > h1 {
font-size: 2.5em;
}