diff --git a/templates/themes/categories/frames.html b/templates/themes/categories/frames.html index fbaf9a62..890963b7 100644 --- a/templates/themes/categories/frames.html +++ b/templates/themes/categories/frames.html @@ -10,11 +10,8 @@ .sidebar { grid-column: 1; grid-row: 1 / 3; - width: 200px; - border-right-color: gray; - border-right-style: solid; - border-width: 2px; - margin-right: 15px; + width: 100%; + margin-right: 15px; } .introduction { @@ -33,7 +30,7 @@ body { display: grid; - grid-template-columns: repeat(auto-fill,minmax(200px, 1fr)); + grid-template-columns: repeat(auto-fill,minmax(300px, 1fr)); gap: 20px; }