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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user