This commit is contained in:
teldra 2022-03-26 19:57:55 +01:00
parent 9fd7920a20
commit c6c2936c53
3 changed files with 152 additions and 121 deletions

View File

@ -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 {

View File

@ -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