feat: design changes
All checks were successful
Build / build (push) Successful in 4m18s
Build / deploy-stage (push) Successful in 2m44s
Build / switch-stage (push) Successful in 1m58s

This commit is contained in:
2024-12-16 14:09:03 +01:00
parent b03f3340b9
commit 06d2dddb1b
9 changed files with 64 additions and 24 deletions

View File

@@ -34,9 +34,9 @@
</f:then>
</f:if>
<div class="news-item-content">
<f:if condition="{newsItem.firstCategory}">
<div class="news-item-category">{newsItem.firstCategory.title}</div>
</f:if>
<time itemprop="datePublished" datetime="{f:format.date(date:newsItem.datetime, format:'Y-m-d')}">
<f:format.date format="{f:translate(key:'dateFormat')}">{newsItem.datetime}</f:format.date>
</time>
<h3 class="news-item-title">{newsItem.title}</h3>
</div>
</f:link.page>

View File

@@ -25,14 +25,11 @@
<f:cObject typoscriptObjectPath="lib.dynamicContentSlide" data="{pageUid: '{data.uid}', colPos: '91'}" />
<div class="frame site-footer__social">
<div class="container">
<a href="https://tiktok.com" target="_blank" rel="noopener noreferrer" title="TikTok">
<i class="ci ci-tiktok"></i>
</a>
<a href="https://instagram.com" target="_blank" rel="noopener noreferrer" title="Instagram">
<a href="https://www.instagram.com/lena.ats/" target="_blank" rel="noopener noreferrer" title="Instagram">
<i class="ci ci-instagram"></i>
</a>
<a href="https://x.com" target="_blank" rel="noopener noreferrer" title="X">
<i class="ci ci-x"></i>
<a href="https://www.tiktok.com/@dieschilling" target="_blank" rel="noopener noreferrer" title="TikTok">
<i class="ci ci-tiktok"></i>
</a>
</div>
</div>

View File

@@ -20,7 +20,7 @@ body {
font-weight: 500;
}
h1, h2, h3 {
h1, h2 {
font-family: 'Hajime Sans', sans-serif;
color: var(--bs-primary);
font-weight: 400;
@@ -28,6 +28,7 @@ h1, h2, h3 {
h1 {
text-align: center;
font-size: 4.5rem;
}
h1 span.tapered {
background-size: 100% 15%;
@@ -37,11 +38,29 @@ h1 span.tapered {
}
h2 {
font-size: 4rem;
font-size: 2rem;
@media (min-width: $breakpoint-md) {
font-size: 3rem;
}
}
h3 {
font-size: 1.125rem;
font-weight: 600;
@media (min-width: $breakpoint-md) {
font-size: 1.5rem;
}
}
h4 {
font-size: 1.5rem;
font-size: 1.125rem;
font-weight: 600;
@media (min-width: $breakpoint-md) {
font-size: 1.5rem;
}
}
p {
@@ -49,9 +68,13 @@ p {
}
a {
color: var(--cl-primary);
color: var(--bs-primary);
text-decoration: none;
font-weight: 700;
&:hover {
color: var(--bs-primary-light)
}
}
button, .btn {

View File

@@ -25,6 +25,7 @@ $xl: 1200px;
--bs-primary: #233600;
--bs-yellow: #F5AE07;
--bs-primary-light: #4E5E32;
--bs-light-green: #F4F6EC;
--cl-primary: #233600;

View File

@@ -7,4 +7,8 @@
padding: 0.75rem 1.5rem;
border: none;
cursor: pointer;
&:hover {
background-color: var(--bs-primary-light);
}
}

View File

@@ -110,11 +110,20 @@
mask-repeat: no-repeat;
mask-position: center;
background-color: currentColor;
vertical-align: middle;
/* vertical-align: middle; */
mask-image: url(../Icons/angle-right.svg);
}
}
time {
font-size: 0.75rem;
font-weight: 400;
@media (min-width: $breakpoint-md) {
font-size: 1rem;
}
}
h3 {
font-family: 'Inter', sans-serif;
font-size: 1.25rem;