Compare commits

..

No commits in common. "6b0b44f32c71bf20b38738643833907f7fc340c8" and "a5dc3db4a61a22ce8e2017d0e1fa1413494ec2d1" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="{{ .Site.BaseURL }}">Home</a>
<a class="site-title" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
<nav class="menu">
{{ range .Site.Menus.main }}

View File

@ -250,7 +250,7 @@ a.external:after {
/* size the element who has breakpoint limitation */
/* .header, .main-wrapper, .main { width: 100vw; } */
/* .header-wrapper, .footer { width: 100vw; } */
.header {
.header-wrapper {
background-image: url("/img/banner.png");
background-size: cover;
background-repeat: no-repeat;
@ -258,7 +258,7 @@ a.external:after {
}
.header-wrapper,
.footer {
width: 90vw;
width: 100vw;
}
.main-wrapper {
width: calc(100vw - 2 * var(--len-3));