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-wrapper, .footer { width: 100vw; } */
|
||||
.header {
|
||||
background-image: url("/img/banner.png");
|
||||
/*background-image: url("/img/banner.png");*/
|
||||
background-image: url("/img/banner.jpg");
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-position-x: center ;
|
||||
background-position-y: top ;
|
||||
}
|
||||
.header-wrapper,
|
||||
.footer {
|
||||
|
@ -315,7 +317,7 @@ a.external:after {
|
|||
.header .site-title {
|
||||
text-decoration: none;
|
||||
font-family: var(--fonts-sans);
|
||||
font-size: var(--font-size-6);
|
||||
font-size: var(--font-size-3);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue