From 944ba749c1f7ce257fa41118f2e10aaf934a8723 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Thu, 15 May 2025 21:33:55 -0400 Subject: feat: k12 content, card formatting, begin style changes --- templates/styles.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'templates/styles.css') diff --git a/templates/styles.css b/templates/styles.css index a0d9a80..887766d 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -36,7 +36,7 @@ nav { display: flex; flex-wrap: wrap; background-color: white; - position: fixed; + position: fixed; } nav img { @@ -161,6 +161,7 @@ section a { border-radius: 1em; margin-left: 0; margin-right: 0; + align-content: center; } form input, @@ -231,7 +232,14 @@ section.flexible { #reviews .card, #offerings .card { - margin: 1em; + margin-left: 1em; + margin-right: 1em; + margin-top: 0.5em; + margin-bottom: 0.5em; + font-size: 0.7em; + padding: 0.3em; + flex: 1 0 21%; + align-items: center; text-align: center; } @@ -244,6 +252,10 @@ section.flexible { justify-content: center; } +#offerings .full { + flex: 1 1 100%; +} + .modal { position: fixed; z-index: 1; @@ -281,4 +293,4 @@ section.flexible { .centered { text-align: center; justify-content: center; -} +} \ No newline at end of file -- cgit v1.2.3