pressbooks aldine theme the theme used for the front page or default book
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
648 B

.home .header {
background-position: bottom;
background-size: cover;
height: 560px;
&__title {
font-family: $font-family-sans-serif;
font-size: 1.875rem;
margin-top: 3rem;
margin-bottom: 0;
text-align: center;
max-width: 100%;
}
&__description {
font-family: $font-family-sans-serif;
font-size: 1.125rem;
margin-bottom: 0;
text-align: center;
max-width: 100%;
7 years ago
}
@media #{$breakpoint-large} {
height: 880px;
&__title {
font-size: 4.5rem;
}
7 years ago
&__description {
font-size: 1.875rem;
7 years ago
}
7 years ago
}
}
.page .header {
// TODO
}
.page.catalog .header {
// TODO
}