ソースを参照

:sparkles: first touch of responsive

tags/0.0.3^2
K Rob 3年前
コミット
aedf73113e
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
+

読み込み中…
キャンセル
保存