From d07260331b61ed7eacdc3aecdc06947eefa03f0b Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 30 Mar 2022 07:52:30 -0500 Subject: [PATCH] remove unused figure classes these are being reworked and I don't think I'm going to do responsive stuff anymore --- incorporealcms/static/css/base.css | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/incorporealcms/static/css/base.css b/incorporealcms/static/css/base.css index 76e26b7..f772e37 100644 --- a/incorporealcms/static/css/base.css +++ b/incorporealcms/static/css/base.css @@ -139,29 +139,6 @@ img { padding: 5px; } -/* For screens with width smaller than 400px */ -.figure-left .figure-right { - max-width: 95%; - float: none; - margin-left: 10px; - margin-right: 10px; -} - -/* For larger screens */ -@media only screen and (min-width: 400px) { - .figure-left { - float: left; - margin-top: 0; - margin-left: 0; - } - - .figure-right { - float: right; - margin-top: 0; - margin-right: 0; - } -} - figure { max-width: 400px; padding: 5px;