change header image
parent
3e72ed2138
commit
41ad66fa64
Binary file not shown.
After Width: | Height: | Size: 130 KiB |
|
@ -251,10 +251,12 @@ a.external:after {
|
||||||
/* .header, .main-wrapper, .main { width: 100vw; } */
|
/* .header, .main-wrapper, .main { width: 100vw; } */
|
||||||
/* .header-wrapper, .footer { width: 100vw; } */
|
/* .header-wrapper, .footer { width: 100vw; } */
|
||||||
.header {
|
.header {
|
||||||
background-image: url("/img/banner.png");
|
/*background-image: url("/img/banner.png");*/
|
||||||
|
background-image: url("/img/banner.jpg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position-x: center ;
|
||||||
|
background-position-y: top ;
|
||||||
}
|
}
|
||||||
.header-wrapper,
|
.header-wrapper,
|
||||||
.footer {
|
.footer {
|
||||||
|
@ -315,7 +317,7 @@ a.external:after {
|
||||||
.header .site-title {
|
.header .site-title {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: var(--fonts-sans);
|
font-family: var(--fonts-sans);
|
||||||
font-size: var(--font-size-6);
|
font-size: var(--font-size-3);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue