diff --git a/scss/_content.scss b/scss/_content.scss
index dcb2e19db17f0560895308b0a073762fc43d6e87..be33b53420c0f22b7974c8a0b8548724016f2ff4 100644
--- a/scss/_content.scss
+++ b/scss/_content.scss
@@ -12,8 +12,8 @@ article{
   border-radius: 20px;
   padding: 10px;
   margin-right: 20px;
-  width: 100%;
-  height: 100%;
+  flex: 1 1 0;
+  width: 0;
   word-wrap: break-word;
   p{
     word-wrap: break-word;
diff --git a/scss/_mobile.scss b/scss/_mobile.scss
index 4b78bb44724cc826773f00b1453dd75f3f03e863..dbec2aa58453f2bbe082a538203b54b4914232ed 100644
--- a/scss/_mobile.scss
+++ b/scss/_mobile.scss
@@ -26,4 +26,8 @@
   #newestPost{
     display: none;
   }
+
+  article{
+    width: 95%;
+  }
 }
\ No newline at end of file