style page-single
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-02-24 17:42:51 +01:00
parent 7b3ebb3ca4
commit f61b6e8840
9 changed files with 264 additions and 140 deletions

View file

@ -10,35 +10,6 @@
}
h3, h4, h5{
font-weight: 500;
max-width: var(--max-w-content);
margin-inline: auto;
}
h3 {
margin-top: calc(var(--spacing)*4);
margin-bottom: calc(var(--spacing)*2);
font-size: 1.45em;
text-transform: uppercase;
}
h4 {
margin-top: calc(var(--spacing)*3);
margin-bottom: calc(var(--spacing)*1.5);
font-size: 1.2em;
text-transform: uppercase;
}
h5 {
margin-top: calc(var(--spacing)*1.5);
margin-bottom: calc(var(--spacing)*1);
font-size: 1.2em;
text-decoration: 1px underline var(--grey-600);
text-underline-offset: 5px;
}
.section-txt{
@ -49,18 +20,7 @@
}
.insert{
max-width: var(--max-w-cards);
margin-inline: auto;
border: 1px solid var(--grey-600);
padding: calc(var(--padding-inner)*3);
background-color: var(--grey-800);
.insert--inner{
max-width: var(--max-w-content);
margin-inline: auto;
}
}
.subsection-txt .insert{
margin-top: calc(var(--spacing)*2);
@ -71,7 +31,6 @@
.subsection-txt {
max-width: var(--max-w-content);
}
@ -138,7 +97,7 @@
}
h4{
margin-top: calc(var(--spacing)*3);
margin-top: calc(var(--spacing)*3);
margin-bottom: calc(var(--spacing)*1);
font-size: 1em;
}
@ -199,17 +158,7 @@
p {
margin: calc(var(--spacing)*0.75) 0;
}
ul {
padding-left: 3ch;
li{
margin: calc(var(--spacing)*0.5) 0;
}
}
.insert--inner > :last-child{
@ -237,16 +186,5 @@
height: auto;
}
figcaption, .caption{
font-size: var(--fs-small);
color: var(--color-txt-light);
font-weight: 500;
line-height: 1.1;
margin: calc(var(--spacing) * 0.5) 0!important;
}
// .swiper{
// width: calc(100% - 60px);
// max-width: 600px;
// }
}