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

10 lines
184 B
SCSS
Raw Normal View History

header {
2016-07-31 21:06:01 +01:00
background-image: url("../img/header.jpg");
2016-07-31 22:30:26 +01:00
min-height: 100%;
2016-07-31 21:06:01 +01:00
.header-content-inner p {
font-size: $font-size-h3 !important;
font-weight: 400 !important;
}
}