summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Walker <>2023-02-21 23:44:33 -0500
committerDustin Walker <>2023-02-21 23:44:33 -0500
commita2473846b6f9f86f6a5629f037b15290ad601f50 (patch)
tree7dc17383d9269ce531112cbb4d9793a9a121d485
parenta483fb3fe4a4939ab94cf03301285d4793b9dbf7 (diff)
Reichscrest should fit on mobile better now
-rw-r--r--style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/style.css b/style.css
index d8e3286..44ef6c8 100644
--- a/style.css
+++ b/style.css
@@ -19,6 +19,16 @@ main {
height: auto;
}
+@media screen and (max-width: 800px) {
+ .icon {
+ display: block;
+ margin: auto;
+ padding: 20px;
+ max-width: 50%;
+ height: auto;
+ }
+}
+
p, h1, h2, h3, h4 {
color: #dedede;
}