take it back, make image wrappers inline blocks again
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
.imageWrapper {
|
||||
position: relative;
|
||||
display: block;
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@ -13,7 +13,6 @@
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
|
Reference in New Issue
Block a user