style: Adjust creation image style and remove floated class

This commit is contained in:
Tanner Collin 2025-06-23 12:56:49 -06:00 committed by Tanner Collin (aider)
parent 87fd31bcda
commit 52983eb698

View File

@ -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;
}