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

22 lines
398 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-12-08 03:49:39 +01:00
width: 50%;
2024-12-08 03:52:37 +01:00
h1 {
margin: auto !important;
text-align: center !important;
2024-12-08 03:53:18 +01:00
width: 100%;
2024-12-08 03:52:37 +01:00
}
.menu {
margin: auto !important;
text-align: center !important;
2024-12-08 03:53:18 +01:00
width: 100%;
2024-12-08 03:52:37 +01:00
}
}
2024-09-28 00:42:29 +02:00
.brand > h1 {
font-size: 2.5em;
}