From b2ebfa0ca6f4c71f469e1aada689bb59128d5fdb Mon Sep 17 00:00:00 2001 From: fedyna-k Date: Wed, 15 Jan 2025 23:54:40 +0100 Subject: [PATCH] Added lost CSS code --- static/styles/app-cards.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/static/styles/app-cards.css b/static/styles/app-cards.css index c8fe50f..a67af2e 100644 --- a/static/styles/app-cards.css +++ b/static/styles/app-cards.css @@ -6,11 +6,15 @@ } .app-card { - text-align: center; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + width: 10em; + height: 10em; padding: 1em; border-radius: 0.5em; font-weight: 700; - position: relative; border: 1px solid light-dark( @@ -47,7 +51,7 @@ } .app-card > span { - font-size: 4em; + font-size: 6em; } .app-card > span.info {