소스 검색

:sparkles: first touch of responsive

tabs-content
K Rob 3 년 전
부모
커밋
82b0277629
2개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      frontend/src/App.vue
  2. 8
    0
      frontend/src/components/MainNav.vue

+ 2
- 0
frontend/src/App.vue 파일 보기

@@ -76,4 +76,6 @@ export default {
76 76
 #app > .w-app > main
77 77
     position: relative
78 78
     top: 50px
79
+    max-width: 960px
80
+    width:100%
79 81
 </style>

+ 8
- 0
frontend/src/components/MainNav.vue 파일 보기

@@ -28,3 +28,11 @@ export default {
28 28
     name: 'MainNav',
29 29
 }
30 30
 </script>
31
+
32
+<style lang="sass">
33
+.w-toolbar
34
+    max-width: 960px
35
+    width:100%
36
+    margin: auto
37
+</style>
38
+

Loading…
취소
저장