feat: initial import

This commit is contained in:
Iain Learmonth 2026-01-10 13:42:14 +00:00
commit 03ab1091b1
50 changed files with 1146 additions and 0 deletions

View file

@ -0,0 +1,22 @@
@use "hugo:vars" as v;
.half-section {
padding: 48px 95px;
display: flex;
justify-content: center;
&>div {
flex: 0 0 50%;
box-sizing: border-box;
max-width: calc(v.$max_content_width / 2);
}
}
.half-section__content {
font-family: "Assistant";
font-size: 17px;
font-weight: 400;
color: v.$color_panel_text;
background: v.$color_panel_background;
padding: 34px;
}