summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorAubrey-Li <aubreylys@hotmail.com>2022-09-07 21:06:40 -0400
committerAubrey-Li <aubreylys@hotmail.com>2022-09-07 21:06:40 -0400
commit5027595bd1e7d2fee1199da49ed49c4f55984b56 (patch)
tree0c634b4baa251513a361583df53a8936e2f02dc5 /styles.css
parentc29a6ab6b273b42240f861d56e025547df3e6e37 (diff)
hide 3d pastries models on mobile
Diffstat (limited to 'styles.css')
-rwxr-xr-xstyles.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 6ecd2d6..2b192c8 100755
--- a/styles.css
+++ b/styles.css
@@ -837,6 +837,12 @@ img {
}
}
+@media only screen and (max-width: 425px) {
+ .pastries-wrapper {
+ display: none;
+ }
+}
+
/*
animation for a button to appear and glow on hover
*/