Update style.scss

This commit is contained in:
Yegor Vialov 2019-02-08 16:10:50 +02:00 committed by GitHub
parent 527e15f004
commit 94bae64b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,11 @@
---
---
$primary-color: #2196F3;
@import "{{ site.theme }}";
.page-header {
background-color: #2196F3;
background-color: $primary-color;
background-image: url('/assets/images/header.png');
background-position: center;
background-size: cover;
@ -23,6 +24,10 @@
opacity: 1;
}
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
color: $primary-color;
}
@media screen and (min-width: 64em) {
.page-header {
padding: 4rem 6rem;