31 lines
414 B
SCSS
31 lines
414 B
SCSS
---
|
|
---
|
|
|
|
@import "{{ site.theme }}";
|
|
|
|
.page-header {
|
|
background-color: #2196F3;
|
|
background-image: url('/assets/images/header.png');
|
|
background-position: center;
|
|
background-size: cover;
|
|
|
|
a {
|
|
color: white;
|
|
}
|
|
|
|
a:hover {
|
|
color: white;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.project-tagline {
|
|
opacity: 1;
|
|
}
|
|
|
|
@media screen and (min-width: 64em) {
|
|
.page-header {
|
|
padding: 4rem 6rem;
|
|
}
|
|
}
|