1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/theme/static/src/scss/homepage.scss
2016-08-25 21:58:15 +01:00

25 lines
417 B
SCSS

header {
background-image: url("../img/header.jpg");
min-height: 100%;
h1 {
@extend .text-shadow;
font-size: $font-size-h1 * 1.5;
}
.page-scroll {
position: absolute;
bottom: 10%;
color: $white;
& > i {
font-size: $font-size-h1;
}
}
.header-content-inner p {
@extend .text-shadow;
font-size: $font-size-h3 !important;
font-weight: 400 !important;
}
}