forked from mirrors/hugo-tufte
21 lines
398 B
SCSS
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;
|
|
}
|