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;