From 84d449a8647f8c4db734ddd8bf9353f9d15c3da7 Mon Sep 17 00:00:00 2001 From: Julia Miocene Date: Mon, 21 Oct 2024 19:03:18 +0200 Subject: [PATCH] Fix example block on mobile devices --- .../3d-cube-with-css/3d-cube-with-css.md | 28 ------------------- src/styles/global.css | 18 ++++++++++++ 2 files changed, 18 insertions(+), 28 deletions(-) diff --git a/src/content/posts/3d-cube-with-css/3d-cube-with-css.md b/src/content/posts/3d-cube-with-css/3d-cube-with-css.md index 9b3175a..1a6bc2b 100644 --- a/src/content/posts/3d-cube-with-css/3d-cube-with-css.md +++ b/src/content/posts/3d-cube-with-css/3d-cube-with-css.md @@ -43,11 +43,6 @@ We usually rotate something to see that it has volume. And we can do it in CSS!