fix old images
This commit is contained in:
@@ -1904,6 +1904,10 @@ $padd: 2rem;
|
||||
|
||||
@include single-metadata();
|
||||
|
||||
a {
|
||||
@include single-metadata();
|
||||
}
|
||||
|
||||
.metaWrapper {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -2091,7 +2095,7 @@ $padd: 2rem;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
iframe{
|
||||
iframe {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -2140,11 +2144,19 @@ $padd: 2rem;
|
||||
|
||||
// ---------------------------- images on single ---------------------------- */
|
||||
|
||||
// old images
|
||||
.wp-caption {
|
||||
max-width: 100%;
|
||||
border: none;
|
||||
background: unset;
|
||||
}
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.wp-block-image {
|
||||
.wp-block-image,
|
||||
.wp-caption {
|
||||
margin: $padd 0;
|
||||
position: relative !important;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user