diff options
author | cyfraeviolae <cyfraeviolae> | 2022-03-20 15:48:44 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-03-20 15:48:44 -0400 |
commit | 74d69f5e7f5ba49134697817e77c50bcfc089632 (patch) | |
tree | 08e35f9cd9e40fca7d83d3070fe900e519ff9afb | |
parent | 2e023526f195696e1082e40b44d7006ff496d716 (diff) |
no shadow on mobile
-rw-r--r-- | static/styles.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index 9126d87..03d84bc 100644 --- a/static/styles.css +++ b/static/styles.css @@ -46,7 +46,6 @@ body { padding: 1em; padding-bottom: 1.4em; min-width: 40%; - box-shadow: 0px 4px 0px rgba(0, 0, 0, .5); } .center-container { |