aboutsummaryrefslogtreecommitdiff
path: root/src/pages/Index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/Index.css')
-rw-r--r--src/pages/Index.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/pages/Index.css b/src/pages/Index.css
new file mode 100644
index 0000000..5476eb1
--- /dev/null
+++ b/src/pages/Index.css
@@ -0,0 +1,22 @@
+.Message {
+ 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;
+}
+
+.Cards {
+ display: flex;
+ justify-content: center;
+}