chore: apply feedback

This commit is contained in:
2026-01-29 00:40:38 +01:00
parent 226b0d95ab
commit 4d527834d4
5 changed files with 16 additions and 10 deletions

View File

@@ -23,8 +23,8 @@
--space-16: 4rem; --space-16: 4rem;
/* Typography scale - Mobile first (base) */ /* Typography scale - Mobile first (base) */
--text-xs: 0.65rem; --text-xs: 0.75rem;
--text-sm: 0.75rem; --text-sm: 0.85rem;
--text-base: 1rem; --text-base: 1rem;
--text-lg: 1.25rem; --text-lg: 1.25rem;
--text-xl: 1.5rem; --text-xl: 1.5rem;

View File

@@ -30,7 +30,6 @@ onMounted(() => {
unicode-bidi: bidi-override; unicode-bidi: bidi-override;
direction: rtl; direction: rtl;
color: inherit; color: inherit;
text-decoration: none;
} }
footer { footer {
@@ -48,7 +47,7 @@ footer {
address { address {
font-size: var(--text-xs); font-size: var(--text-xs);
line-height: var(--leading-relaxed); line-height: 14.5px
} }
img { img {

View File

@@ -111,7 +111,7 @@ a {
p { p {
font-size: var(--text-lg); font-size: var(--text-lg);
line-height: var(--leading-normal); line-height: 24px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {

View File

@@ -68,11 +68,12 @@ article {
header > div, header > div,
h2 { h2 {
font-size: var(--text-sm); font-size: 18px;
line-height: 20px;;
} }
h2 { h2 {
padding: var(--space-2) 0; padding: var(--space-2) 0 0;
display: flex; display: flex;
gap: var(--space-2); gap: var(--space-2);
align-items: center; align-items: center;
@@ -118,6 +119,8 @@ header {
.trigger-additional { .trigger-additional {
cursor: pointer; cursor: pointer;
align-self: flex-end; align-self: flex-end;
margin-top: var(--space-3);
padding: var(--space-1) var(--space-2);
} }
.popup-close { .popup-close {
@@ -130,11 +133,10 @@ header {
color: var(--primary-color); color: var(--primary-color);
border-radius: 16px; border-radius: 16px;
border: 2px solid var(--primary-color); border: 2px solid var(--primary-color);
padding: var(--space-1) var(--space-2);
font-size: var(--text-lg); font-size: var(--text-lg);
line-height: var(--leading-tight); line-height: var(--leading-tight);
margin-top: var(--space-3);
transform: rotate(-2.6deg); transform: rotate(-2.6deg);
text-decoration: none;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
@@ -148,8 +150,12 @@ header {
width: 14px; width: 14px;
} }
.popup-close,
.trigger-additional { .trigger-additional {
padding: var(--space-2) var(--space-2); padding: var(--space-2) var(--space-2);
}
.trigger-additional {
border-radius: 24px; border-radius: 24px;
} }
} }

View File

@@ -98,7 +98,8 @@ useSeoMeta({
.load-more, .load-more,
#about article { #about article {
font-size: var(--text-sm); font-size: 18px;
line-height: 22px;
} }
article h2 { article h2 {