From bc9b2712703dbd49b580ad2e97930dd221ca69b1 Mon Sep 17 00:00:00 2001 From: Aidan Date: Mon, 9 Dec 2024 21:05:08 -0500 Subject: [PATCH] minor linting (cont.) --- public/css/main.css | 66 ++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/public/css/main.css b/public/css/main.css index b339337..67a29d7 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -5,39 +5,6 @@ body { padding: 2rem; } -.card { - background: #fff; - border: 1px solid #ddd; - border-radius: 8px; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); - padding: 1rem; - display: flex; - flex-direction: column; - justify-content: space-between; - height: 100%; -} - -.card-text { - font-size: 1rem; - color: #555; -} - -.card-title { - font-size: 1.25rem; - font-weight: bold; - margin-bottom: 0.75rem; -} - -.container { - max-width: 800px; - margin: auto; - text-align: center; - padding: 2rem; - background: #fff; - border-radius: 8px; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); -} - h1 { font-weight: bold; font-size: 3rem; @@ -48,6 +15,39 @@ h3 { font-weight: 300; } +.card { + background: #fff; + border: 1px solid #ddd; + border-radius: 8px; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + padding: 1rem; + display: flex; + flex-direction: column; + justify-content: space-between; + height: 100%; +} + +.card-text { + font-size: 1rem; + color: #555; +} + +.card-title { + font-size: 1.25rem; + font-weight: bold; + margin-bottom: 0.75rem; +} + +.container { + max-width: 800px; + margin: auto; + text-align: center; + padding: 2rem; + background: #fff; + border-radius: 8px; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); +} + .il { font-size: 1.5rem; display: block;