diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-30 15:36:57 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-30 15:36:57 -0400 |
commit | 47057326d3ea2a264b604f7db8e307246560b726 (patch) | |
tree | 79b50b2519904e29a0e5c39d6b7234c38cf95679 /app/assets | |
parent | b4426225a35a466a1129b9198df855c61b8f062a (diff) | |
download | wittle-47057326d3ea2a264b604f7db8e307246560b726.tar.gz wittle-47057326d3ea2a264b604f7db8e307246560b726.tar.bz2 wittle-47057326d3ea2a264b604f7db8e307246560b726.zip |
maybe make mobile better?
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/wittle/general.css.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/wittle/general.css.scss b/app/assets/stylesheets/wittle/general.css.scss index f7bb56f..fc57b5d 100644 --- a/app/assets/stylesheets/wittle/general.css.scss +++ b/app/assets/stylesheets/wittle/general.css.scss | |||
@@ -1,3 +1,7 @@ | |||
1 | body { | ||
2 | touch-action: none; | ||
3 | } | ||
4 | |||
1 | #banner { | 5 | #banner { |
2 | background-image: image-url("wittle/wittle_header.png"); | 6 | background-image: image-url("wittle/wittle_header.png"); |
3 | background-size: cover; | 7 | background-size: cover; |