forked from Bunteshaus/bunteshaus.de
progress
This commit is contained in:
parent
9fd7920a20
commit
c6c2936c53
|
@ -4,6 +4,7 @@
|
|||
justify-content: space-between;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
background-color: #741e94;
|
||||
background: url(/images/logo_back_full.svg);
|
||||
}
|
||||
|
||||
|
@ -116,11 +117,20 @@ article img {
|
|||
@media only screen and (min-width: 600px) {
|
||||
#headerinner {
|
||||
padding: 10px;
|
||||
border-radius: 25px;
|
||||
border: 2px solid var(--background-alt);
|
||||
}
|
||||
|
||||
header {
|
||||
border: 0px solid var(--background-alt);
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
.container {
|
||||
background-color: var(--background-alt);
|
||||
min-height: 100vh;
|
||||
border-radius: 25px;
|
||||
border: 2px solid var(--background-alt);
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
{{ .Content }}
|
||||
|
||||
</article>
|
||||
|
||||
{{ $s := .Site.Params }}
|
||||
{{- $posts := where (where .Site.RegularPages "Permalink" "!=" .Permalink) "Type" "in" $s.mainSections }}
|
||||
{{- $paginator := slice -}}
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 7.2 MiB After Width: | Height: | Size: 4.3 MiB |
Loading…
Reference in New Issue
Block a user