mirror of
https://github.com/meineerde/holgerjust.de.git
synced 2026-02-21 19:12: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;
|
||||
}
|
||||
|
||||
.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 {
|
||||
display: block;
|
||||
width: 45%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user