style: Adjust creation image style and remove floated class
This commit is contained in:
parent
87fd31bcda
commit
52983eb698
|
@ -57,9 +57,12 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.creation img {
|
.creations .creation img {
|
||||||
max-width: 14rem;
|
max-width: 14rem;
|
||||||
max-height: 14rem;
|
max-height: 14rem;
|
||||||
|
|
||||||
|
margin: 0;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.source {
|
.source {
|
||||||
|
@ -135,7 +138,7 @@
|
||||||
font: 1.1rem/1.5 serif;
|
font: 1.1rem/1.5 serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content img:not(.floated, .creation img) {
|
.content ximg {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 36rem;
|
max-width: 36rem;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
@ -143,11 +146,6 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .floated {
|
|
||||||
float: left;
|
|
||||||
margin-right: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content.index {
|
.content.index {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user