fix old images

This commit is contained in:
infeeeee
2019-09-11 19:37:50 +02:00
parent cb2b7f13ac
commit 916439f4d5
4 changed files with 67 additions and 16 deletions

View File

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