design changes

This commit is contained in:
2026-04-27 21:35:27 +02:00
parent b9c2b7260d
commit 93a346cf23
4 changed files with 9 additions and 11 deletions
+6 -7
View File
@@ -8,7 +8,7 @@
--serif: 'Instrument Serif', Georgia, serif;
--sans: 'DM Sans', system-ui, sans-serif;
--nav-w: 230px;
--font-size: 17px;
--font-size: 18px;
--margin-main-content: 100px;
}
@@ -252,6 +252,7 @@ option {
height: 600px;
display: grid;
grid-template-columns: 1fr 1fr;
overflow: hidden;
}
.section-header {
@@ -273,14 +274,12 @@ option {
border: 1px solid var(--border);
padding: 3px 10px;
border-radius: 3px;
font-size: 14px;
font-size: 15px;
display: flex;
align-items: center;
justify-content: center;
}
.content-block {
overflow: hidden;
}
.block-image {
overflow: hidden;
border-top: 1px solid var(--border);