1
0
Fork 0
mirror of synced 2024-06-17 18:04:33 +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 {
box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
border-radius: 8px;
border: 0px;
}
#main_content em img {
display: block;
margin-top: -83px;
border: 0px;
padding: 0px;
margin-bottom: 20px;
}