fix css with videos and index, added octo to videos

This commit is contained in:
2021-08-26 15:37:29 +01:00
parent 334991b055
commit 256ecf826f
7 changed files with 26 additions and 9 deletions

View File

@ -83,8 +83,8 @@ hr {
padding-bottom: 1rem;
}
&.videos {
p:has(em) {
padding-bottom: 1rem;
em {
margin-bottom: 1rem;
}
}
&.about {
@ -92,9 +92,14 @@ hr {
padding-bottom: 0 !important;
}
}
&:not(.videos):not(.getintouch) p {
&:not(.videos) p {
padding-bottom: 2rem;
}
&.index {
p {
padding-bottom: 2rem;
}
}
&.getintouch p {
padding-bottom: 0;
}
@ -104,9 +109,6 @@ hr {
}
.contact_text {
font-weight: 200;
}
.contact_details {
}
padding-bottom: 1rem;
}

View File

@ -1,5 +1,7 @@
{{ define "main" }}
{{.Content}}
<div id="content" class='section index'>
{{.Content}}
</div>
{{ end }}
{{ define "octo" }}

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB