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