From 7c47250f3ab879c0588847de7515ba5d1677ac7e Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Wed, 5 Aug 2020 22:44:11 -0600 Subject: [PATCH] Remove card styling from the main view, moved into the Card component. --- src/components/MainView.vue | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/components/MainView.vue b/src/components/MainView.vue index a75e661..3211435 100644 --- a/src/components/MainView.vue +++ b/src/components/MainView.vue @@ -99,25 +99,4 @@ export default { display: flex; width: 90%; } - -.card { - border-radius: var(--corner-rounding); - background-color: var(--card-colour); - color: var(--card-text); - padding: 20px 10px 10px; - flex-direction: column; - border-style: none; - position: relative; - margin: 5px auto; - display: flex; - width: 90%; -} - - -@media only screen and (min-width: 768px) { - .card { - width: 230px; - margin: 5px; - } -} \ No newline at end of file