Browse Source

fix: news page was unresponsive on mobile

Kristian Vos 3 năm trước cách đây
mục cha
commit
8c0292f8ab
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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;