Reveret upper margin of figcaption to 0rem (from negative)

This commit is contained in:
constantinos 2023-07-15 17:00:25 +03:00
parent 5b0e10d547
commit de00175f06

View file

@ -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{