소스 검색

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;