diff options
author | Dustin Walker <> | 2023-02-21 23:44:33 -0500 |
---|---|---|
committer | Dustin Walker <> | 2023-02-21 23:44:33 -0500 |
commit | a2473846b6f9f86f6a5629f037b15290ad601f50 (patch) | |
tree | 7dc17383d9269ce531112cbb4d9793a9a121d485 | |
parent | a483fb3fe4a4939ab94cf03301285d4793b9dbf7 (diff) |
Reichscrest should fit on mobile better now
-rw-r--r-- | style.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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; } |