diff options
author | Aubrey-Li <aubreylys@hotmail.com> | 2022-09-07 21:06:40 -0400 |
---|---|---|
committer | Aubrey-Li <aubreylys@hotmail.com> | 2022-09-07 21:06:40 -0400 |
commit | 5027595bd1e7d2fee1199da49ed49c4f55984b56 (patch) | |
tree | 0c634b4baa251513a361583df53a8936e2f02dc5 | |
parent | c29a6ab6b273b42240f861d56e025547df3e6e37 (diff) |
hide 3d pastries models on mobile
-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 */ |