aboutsummaryrefslogtreecommitdiff
path: root/src/pages/Index.css
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2022-08-31 12:31:25 -0400
committerGalen Guyer <galen@galenguyer.com>2022-08-31 12:31:25 -0400
commite9b9cd2cd88e453a3a35cf3f672ba965660b9ff2 (patch)
treedf34e0aa8ffbc51fc14cbb1065437ba87e7b490f /src/pages/Index.css
parent3ce7ae5c53705c213b293bb7bca833b066c14d6a (diff)
Update the dashboard with a message about the lack of any dashboards
Diffstat (limited to 'src/pages/Index.css')
-rw-r--r--src/pages/Index.css24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/pages/Index.css b/src/pages/Index.css
index c134449..128a71b 100644
--- a/src/pages/Index.css
+++ b/src/pages/Index.css
@@ -2,27 +2,3 @@
margin-top: 24px;
font-size: 1.4em;
}
-
-@media screen and (max-width: 600px) {
- .Message {
- display: none;
- }
-}
-
-.Section .Title {
- text-align: center;
- font-size: 1.6em;
- flex-basis: 100%;
- margin-top: 48px;
-}
-
-@media screen and (max-width: 600px) {
- .Section .Title {
- margin-top: 12px;
- }
-}
-
-.Cards {
- display: flex;
- justify-content: center;
-}