forked from autonomic-cooperative/sophie-lewis-hugo
fix css with videos and index, added octo to videos
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -1,5 +1,7 @@
|
||||
{{ define "main" }}
|
||||
{{.Content}}
|
||||
<div id="content" class='section index'>
|
||||
{{.Content}}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{ define "octo" }}
|
||||
|
BIN
themes/sophie-lewis/static/img/octo/octo-5-edit.webp
Normal file
BIN
themes/sophie-lewis/static/img/octo/octo-5-edit.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 189 KiB |
BIN
themes/sophie-lewis/static/img/octo/octo-5.webp
Normal file
BIN
themes/sophie-lewis/static/img/octo/octo-5.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 210 KiB |
Reference in New Issue
Block a user