diff --git a/static/css/style.css b/static/css/style.css index 6366122..dbd98c3 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -123,7 +123,7 @@ h3 { border: 1px solid #fafafa; border-radius: 4px; box-sizing: border-box; - color: #FAFAFA; + color: #463835; font-size: 40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } @@ -133,18 +133,3 @@ h3 { justify-content: center; align-items: center; } - - - -.card2 { - /* display: flex; */ - /* justify-content: center; */ - /* align-items: center; */ - margin: auto; - width: 90%; - aspect-ratio: 8 / 5; - border-radius: 7rem; - background: #fafafa; - padding: 10px; - /* margin-bottom: 10%; */ -} \ No newline at end of file diff --git a/templates/card.html b/templates/card.html index 1aa7712..d7a8a41 100644 --- a/templates/card.html +++ b/templates/card.html @@ -7,7 +7,7 @@