From 17f040c9faf7c3747f6ede0c6074d1c859559c96 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Wed, 9 Oct 2013 22:46:05 +0200 Subject: [PATCH] Added missing file --- public_html/media/css/post-view.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 public_html/media/css/post-view.css diff --git a/public_html/media/css/post-view.css b/public_html/media/css/post-view.css new file mode 100644 index 00000000..1d590f39 --- /dev/null +++ b/public_html/media/css/post-view.css @@ -0,0 +1,12 @@ +.post-wrapper { + text-align: center; +} + +embed { + width: 100%; + height: 500px; + margin: 0 auto; +} +img { + max-width: 100%; +}