This commit is contained in:
2023-08-22 17:19:23 +02:00
parent 863a55b461
commit fcba23ea1f
26 changed files with 917 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
body {
font-family: $font-primary;
font-weight: $weight-medium;
color: $primary-900;
}
img {
border-style: none;
vertical-align: middle;
}
.image {
width: 100%;
height: auto;
}
.image--section {
height: 100%;
object-fit: cover;
}