2022-05-14 18:35:07 +01:00

12 lines
148 B
SCSS

.blog-embed {
// position: relative;
text-align: center;
iframe {
width: 100%;
height: 230px;
max-width: 960px;
margin: none auto;
}
}