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

20 lines
366 B
SCSS
Raw Normal View History

2024-09-27 15:52:05 +02:00
.brand {
2024-12-08 03:47:21 +01:00
margin: auto !important;
text-align: center !important;
2024-12-08 04:04:22 +01:00
width: 100%;
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
}
2024-12-08 03:59:03 +01:00
.menu > ul {
2024-12-08 03:52:37 +01:00
margin: auto !important;
text-align: center !important;
2024-12-08 03:54:26 +01:00
width: 100% !important;
2024-12-08 03:52:37 +01:00
}
}
2024-09-28 00:42:29 +02:00
.brand > h1 {
font-size: 2.5em;
}