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

11 lines
180 B
SCSS

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