Use a px padding

This commit is contained in:
Adrien Maston
2026-02-09 09:31:50 +01:00
parent aa2f0e7fdc
commit 2bfd54437c
+2 -2
View File
@@ -115,12 +115,12 @@
@media (max-width: 639px) {
border: 1px solid var(--card-color);
border-radius: 0.4em;
border-radius: calc(0.2em + 3px);
flex-direction: row;
gap: 0;
overflow: auto;
max-inline-size: 100%;
padding: 0.2em;
padding: 3px;
position: relative;
white-space: nowrap;