cl 6 anos atrás
pai
commit
e9b0f84314
3 arquivos alterados com 406 adições e 368 exclusões
  1. 394 364
      package-lock.json
  2. 5 1
      package.json
  3. 7 3
      src/views/About.vue

Diferenças do arquivo suprimidas por serem muito extensas
+ 394 - 364
package-lock.json


+ 5 - 1
package.json

@@ -24,6 +24,10 @@
     "eslint-plugin-vue": "^5.0.0",
     "stylus": "^0.54.5",
     "stylus-loader": "^3.0.2",
-    "vue-template-compiler": "^2.6.10"
+    "vue-template-compiler": "^2.6.10",
+    "webpack": "^4.39.3",
+    "webpack-dev-middleware": "^3.7.1",
+    "webpack-dev-server": "^3.8.0",
+    "webpack-hot-middleware": "^2.25.0"
   }
 }

+ 7 - 3
src/views/About.vue

@@ -169,6 +169,10 @@ export default {
   margin-bottom: 15px;
   text-align: center;
 }
+.aboutus{
+  width: 100%;
+  position: relative;
+}
 .imgright {
   margin-top: 20px;
   margin-left: 20px;
@@ -234,7 +238,7 @@ export default {
   padding-left: 50px;
   margin-top: 60px;
   margin-left: 60px;
-  width: 50%;
+  width: 60%;
   position: absolute;
   margin-left: 20%;
 }
@@ -269,11 +273,11 @@ button {
   margin-top: 10px;
 }
 
-h1 {
+.imgtext h1 {
   color: rgb(0, 102, 255);
   font-size: 50px;
 }
-h2 {
+.righttext h2 {
   color: rgb(22, 102, 255);
   font-weight: 100;
   font-size: 40px;