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