fix styling

This commit is contained in:
2026-04-27 22:02:15 +02:00
parent 8bfbe7b1cc
commit 30115da841
37 changed files with 740 additions and 578 deletions

View File

@@ -1,7 +1,7 @@
@import "../../../../styles/shadow";
.card {
margin: 20px;
margin: 20px 20px 0;
border-radius: 8px;
background: var(--surface);
backdrop-filter: blur(15px);
@@ -14,10 +14,8 @@
box-shadow: var(--shadow-card-3);
@media screen and (max-width: 860px) {
width: 100vw;
border-radius: 0;
background: var(--surface-strong);
margin: 0;
width: calc(100vw - 10px);
margin: 5px;
color: var(--text);
}