diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index 740df14..6d38bde 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -57,9 +57,12 @@ text-align: center; } - .creation img { + .creations .creation img { max-width: 14rem; max-height: 14rem; + + margin: 0; + display: block; } .source { @@ -135,7 +138,7 @@ font: 1.1rem/1.5 serif; } - .content img:not(.floated, .creation img) { + .content ximg { width: 100%; max-width: 36rem; height: auto; @@ -143,11 +146,6 @@ margin: 0 auto; } - .content .floated { - float: left; - margin-right: 1rem; - } - .content.index { margin-top: 3rem; }