From 0d2526812d8b583f2d28fd2e27433b11b0642b6b Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Mon, 6 Jul 2020 23:48:31 -0600 Subject: [PATCH] Remove card stylings from the main CSS --- style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/style.css b/style.css index 8ab3d75..c4468f5 100644 --- a/style.css +++ b/style.css @@ -140,7 +140,7 @@ div.body { border-width: 2px; } -.card { +div.login > div { display: inline-block; color: var(--card-text); padding: 20px; @@ -287,7 +287,4 @@ div.body { flex-direction: row; flex-wrap: wrap; } - .card { - width: 33%; - } } \ No newline at end of file