13 lines
123 B
CSS
13 lines
123 B
CSS
|
.post-wrapper {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
embed {
|
||
|
width: 100%;
|
||
|
height: 500px;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
img {
|
||
|
max-width: 100%;
|
||
|
}
|