Update 1.css

This commit is contained in:
FURK4NGG
2025-03-09 21:45:56 +03:00
committed by GitHub
parent be6ad50ae8
commit ff29ef5fdd
+1 -1
View File
@@ -23,7 +23,7 @@
} }
.card__data { .card__data {
width: 20%; width: calc(100% - 8vh);
background-color: var(--white); background-color: var(--white);
padding: 1.5rem 2rem; padding: 1.5rem 2rem;
box-shadow: 0 8px 24px hsla(0, 0%, 0%, .15); box-shadow: 0 8px 24px hsla(0, 0%, 0%, .15);