about summary refs log tree commit diff stats
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-30 15:36:57 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-30 15:36:57 -0400
commit47057326d3ea2a264b604f7db8e307246560b726 (patch)
tree79b50b2519904e29a0e5c39d6b7234c38cf95679 /app/assets/stylesheets
parentb4426225a35a466a1129b9198df855c61b8f062a (diff)
downloadwittle-47057326d3ea2a264b604f7db8e307246560b726.tar.gz
wittle-47057326d3ea2a264b604f7db8e307246560b726.tar.bz2
wittle-47057326d3ea2a264b604f7db8e307246560b726.zip
maybe make mobile better?
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/wittle/general.css.scss4
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 @@
1body {
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;