Explorar el Código

:sparkles: first touch of responsive

tags/0.0.3^2
K Rob hace 3 años
padre
commit
aedf73113e
Se han modificado 2 ficheros con 10 adiciones y 0 borrados
  1. 2
    0
      frontend/src/App.vue
  2. 8
    0
      frontend/src/components/MainNav.vue

+ 2
- 0
frontend/src/App.vue Ver fichero

@@ -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 Ver fichero

@@ -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…
Cancelar
Guardar