Compare commits
2 Commits
a5dc3db4a6
...
6b0b44f32c
Author | SHA1 | Date |
---|---|---|
Dirk Heilig | 6b0b44f32c | |
Dirk Heilig | fa86ff94f3 |
|
@ -1,6 +1,6 @@
|
||||||
<header class="header-wrapper">
|
<header class="header-wrapper">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a class="site-title" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
<a class="site-title" href="{{ .Site.BaseURL }}">Home</a>
|
||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
{{ range .Site.Menus.main }}
|
{{ range .Site.Menus.main }}
|
||||||
|
|
|
@ -250,7 +250,7 @@ a.external:after {
|
||||||
/* size the element who has breakpoint limitation */
|
/* size the element who has breakpoint limitation */
|
||||||
/* .header, .main-wrapper, .main { width: 100vw; } */
|
/* .header, .main-wrapper, .main { width: 100vw; } */
|
||||||
/* .header-wrapper, .footer { width: 100vw; } */
|
/* .header-wrapper, .footer { width: 100vw; } */
|
||||||
.header-wrapper {
|
.header {
|
||||||
background-image: url("/img/banner.png");
|
background-image: url("/img/banner.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -258,7 +258,7 @@ a.external:after {
|
||||||
}
|
}
|
||||||
.header-wrapper,
|
.header-wrapper,
|
||||||
.footer {
|
.footer {
|
||||||
width: 100vw;
|
width: 90vw;
|
||||||
}
|
}
|
||||||
.main-wrapper {
|
.main-wrapper {
|
||||||
width: calc(100vw - 2 * var(--len-3));
|
width: calc(100vw - 2 * var(--len-3));
|
||||||
|
|
Loading…
Reference in New Issue