1
0
Fork 0
mirror of synced 2024-06-26 18:10:24 +12:00

remove image borders

This commit is contained in:
Nick Sweeting 2020-11-23 04:48:31 -05:00
parent a307e42896
commit 991bad0d9f

View file

@ -29,11 +29,11 @@ header h2 {
#main_content img { #main_content img {
box-shadow: 4px 4px 4px rgba(0,0,0,0.1); box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
border-radius: 8px; border-radius: 8px;
border: 0px;
} }
#main_content em img { #main_content em img {
display: block; display: block;
margin-top: -83px; margin-top: -83px;
border: 0px;
padding: 0px; padding: 0px;
margin-bottom: 20px; margin-bottom: 20px;
} }