Reveret upper margin of figcaption to 0rem (from negative)
This commit is contained in:
parent
5b0e10d547
commit
de00175f06
1 changed files with 1 additions and 1 deletions
2
_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/site.min.css
generated
vendored
2
_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/site.min.css
generated
vendored
|
@ -469,7 +469,7 @@ figcaption {/*edited by anybody*/
|
|||
margin-left:1rem;
|
||||
font-size: 75%;
|
||||
margin-bottom:1rem;
|
||||
margin-top: -0.7rem; /*negative top margin so that it's colser to the image*/
|
||||
margin-top: 0rem; /*negative top margin so that it's colser to the image*/
|
||||
}
|
||||
|
||||
h2+p:first-letter{
|
||||
|
|
Loading…
Add table
Reference in a new issue