optimize shadows & paddings

This commit is contained in:
2026-03-11 12:02:53 +01:00
parent 2ac1156e20
commit 68a257e2bd
6 changed files with 82 additions and 64 deletions

View File

@@ -10,7 +10,8 @@
width: 800px;
position: relative;
color: var(--text);
padding: 5px 0;
padding: 10px 0;
box-shadow: var(--shadow-card-3);
@media screen and (max-width: 860px) {
width: 100vw;
@@ -49,7 +50,7 @@
opacity: 0.7;
color: var(--text);
padding-left: 20px;
padding-top: 20px;
padding-top: 10px;
}
.subheading {