feat: initial import
This commit is contained in:
commit
03ab1091b1
50 changed files with 1146 additions and 0 deletions
22
assets/css/half-section.scss
Normal file
22
assets/css/half-section.scss
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue