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