From ad511b3a1bd25aa1f2009d6e2c8ff6c8bd7a4af6 Mon Sep 17 00:00:00 2001 From: Joshua Perry <45966243+jpez-development@users.noreply.github.com> Date: Sun, 17 Apr 2022 12:50:13 +0100 Subject: [PATCH] added blog mobile responsiveness --- blog/blog.html | 4 +++- blog/blog_mobile.css | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 blog/blog_mobile.css diff --git a/blog/blog.html b/blog/blog.html index 76b2f38..a57111a 100644 --- a/blog/blog.html +++ b/blog/blog.html @@ -14,8 +14,10 @@ - + + + diff --git a/blog/blog_mobile.css b/blog/blog_mobile.css new file mode 100644 index 0000000..0a59b67 --- /dev/null +++ b/blog/blog_mobile.css @@ -0,0 +1,9 @@ +.blog { + display: list-item; +} + +.blog_post { + margin: 0; + padding: 0em; + border-radius: 0; +} \ No newline at end of file