瀏覽代碼

fix: news page was unresponsive on mobile

Kristian Vos 3 年之前
父節點
當前提交
8c0292f8ab
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      frontend/src/pages/News.vue

+ 4 - 1
frontend/src/pages/News.vue

@@ -119,9 +119,12 @@ export default {
 	}
 }
 
+.container {
+	width: calc(100% - 32px);
+}
+
 .section {
 	border: 1px solid var(--light-grey-3);
-	width: 1000px;
 	max-width: 100%;
 	margin-top: 50px;