Update 1.css

This commit is contained in:
FURK4NGG
2025-03-09 21:56:41 +03:00
committed by GitHub
parent d4440c7af7
commit ee0f8b643e
+1 -2
View File
@@ -23,8 +23,6 @@
} }
.card__data { .card__data {
justify-content: center;
align-items: center;
width: calc(100% - 8vh); width: calc(100% - 8vh);
background-color: var(--white); background-color: var(--white);
padding: 1.5rem 2rem; padding: 1.5rem 2rem;
@@ -43,6 +41,7 @@
display: block; display: block;
font-size: var(--small-font-size); font-size: var(--small-font-size);
margin-bottom: .25rem; margin-bottom: .25rem;
text-align: center;
} }
/* Hover Animations */ /* Hover Animations */