diff --git a/themes/mmotium/assets/css/style.scss b/themes/mmotium/assets/css/style.scss index 5130e8e..8fd2a84 100644 --- a/themes/mmotium/assets/css/style.scss +++ b/themes/mmotium/assets/css/style.scss @@ -186,6 +186,10 @@ section.posts { width: 300px; gap: 16px; + @media (max-width: $tablet-width) { + width: 100%; + } + .item { background-color: $post-bg-color; padding: 24px;