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; justify-content: space-between;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
background-color: #741e94;
background: url(/images/logo_back_full.svg); background: url(/images/logo_back_full.svg);
} }
@ -116,11 +117,20 @@ article img {
@media only screen and (min-width: 600px) { @media only screen and (min-width: 600px) {
#headerinner { #headerinner {
padding: 10px; padding: 10px;
border-radius: 25px;
border: 2px solid var(--background-alt);
}
header {
border: 0px solid var(--background-alt);
border-radius: 25px;
} }
.container { .container {
background-color: var(--background-alt); background-color: var(--background-alt);
min-height: 100vh; min-height: 100vh;
border-radius: 25px;
border: 2px solid var(--background-alt);
} }
.content { .content {

View File

@ -7,7 +7,6 @@
{{ .Content }} {{ .Content }}
</article> </article>
{{ $s := .Site.Params }} {{ $s := .Site.Params }}
{{- $posts := where (where .Site.RegularPages "Permalink" "!=" .Permalink) "Type" "in" $s.mainSections }} {{- $posts := where (where .Site.RegularPages "Permalink" "!=" .Permalink) "Type" "in" $s.mainSections }}
{{- $paginator := slice -}} {{- $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