diff --git a/CSS/1.css b/CSS/1.css index a842535..810c842 100644 --- a/CSS/1.css +++ b/CSS/1.css @@ -23,8 +23,6 @@ } .card__data { - justify-content: center; - align-items: center; width: calc(100% - 8vh); background-color: var(--white); padding: 1.5rem 2rem; @@ -43,6 +41,7 @@ display: block; font-size: var(--small-font-size); margin-bottom: .25rem; + text-align: center; } /* Hover Animations */