mirror of
https://github.com/meineerde/holgerjust.de.git
synced 2026-03-09 02:33:05 +00:00
Add styles for figures and image placement
This commit is contained in:
parent
4efae94a63
commit
b3543eb211
@ -25,6 +25,35 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.left {
|
||||||
|
float: left;
|
||||||
|
margin: 0 1rem .75rem 0;
|
||||||
|
}
|
||||||
|
.right {
|
||||||
|
float: right;
|
||||||
|
padding: 0 0 .75rem 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-content figure {
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
padding: .4em 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
figcaption {
|
||||||
|
display: block;
|
||||||
|
|
||||||
|
font-style: normal;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
font-size: 1.4rem;
|
||||||
|
line-height: 1.75em;
|
||||||
|
}
|
||||||
|
|
||||||
.license {
|
.license {
|
||||||
display: block;
|
display: block;
|
||||||
width: 45%;
|
width: 45%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user