diff --git a/src/components/ImageParagraph.vue b/src/components/ImageParagraph.vue index 1e2e2e4..0fe78d6 100644 --- a/src/components/ImageParagraph.vue +++ b/src/components/ImageParagraph.vue @@ -1,11 +1,11 @@ @@ -55,12 +55,12 @@ export default { flex: 0 1 100%; @media (min-width: 35em) { - flex: 0 1 20em; + flex: 1; } } .text { - flex: 0 1 100%; + flex: 1; } } @@ -93,8 +93,12 @@ export default { } } - img { - max-width: 100%; + .image { + text-align: center; + + img { + max-width: 100%; + } } } \ No newline at end of file