diff options
-rwxr-xr-x | styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 */ |