summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
*/