hugo-tufte/assets/scss/components/brand.scss

11 lines
163 B
SCSS
Raw Normal View History

2024-09-27 15:52:05 +02:00
.brand {
padding-top: 1rem;
padding-bottom: 1rem;
2024-12-08 03:47:21 +01:00
margin: auto !important;
text-align: center !important;
}
2024-09-28 00:42:29 +02:00
.brand > h1 {
font-size: 2.5em;
}