Added missing file
This commit is contained in:
parent
ff6ed4ee57
commit
17f040c9fa
1 changed files with 12 additions and 0 deletions
12
public_html/media/css/post-view.css
Normal file
12
public_html/media/css/post-view.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
.post-wrapper {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
embed {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
Loading…
Reference in a new issue