Explorar o código

Merge branch 'master' into verify

star7th %!s(int64=6) %!d(string=hai) anos
pai
achega
fae75da21b
Modificáronse 1 ficheiros con 8 adicións e 1 borrados
  1. 8 1
      web_src/src/components/Index.vue

+ 8 - 1
web_src/src/components/Index.vue

@@ -146,7 +146,8 @@ export default {
       font-weight: bold;
   }
   .slide{
-    width: 700px;
+    width:100%;
+    max-width: 700px;
     position  : absolute;
     top       : 50%;
     left      : 50%;
@@ -158,4 +159,10 @@ export default {
     box-sizing: border-box;
   }
 
+  @media only screen and (max-width: 800px) {
+    .slide p {
+      font-size: 14px;
+    }
+  }
+
 </style>