Просмотр исходного кода

:sparkles: first touch of responsive

tags/0.0.3^2
K Rob 3 лет назад
Родитель
Сommit
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
 #app > .w-app > main
76
 #app > .w-app > main
77
     position: relative
77
     position: relative
78
     top: 50px
78
     top: 50px
79
+    max-width: 960px
80
+    width:100%
79
 </style>
81
 </style>

+ 8
- 0
frontend/src/components/MainNav.vue Просмотреть файл

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

Загрузка…
Отмена
Сохранить