diff options
author | Isaac Kim <snakeisaac@gmail.com> | 2022-09-07 20:20:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 20:20:26 -0400 |
commit | c29a6ab6b273b42240f861d56e025547df3e6e37 (patch) | |
tree | 9eca512eb24652b6c25feac58504b1f1e70174cd | |
parent | 242bce4d2dca2a80d13db392cb2db26d36673dda (diff) |
Make FAQ nicer to read on mobile
-rwxr-xr-x | styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -735,6 +735,10 @@ img { } .title-info-flex, .title, .edges { padding-left: 2rem; + padding-right: 2rem; + } + .faq-content { + max-width: 95%; } .embedded-iframe { width: 95vw; |