diff --git a/README.md b/README.md index 118d252..f136688 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,10 @@ npm run build ``` npm run lint ``` + +## Deploying +```sh +sshfs -p user@host:/www/rohanverma.net host_server +cp -r dist/* host_server +fusermount -u host_server +``` \ No newline at end of file diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 0556320..b147b62 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -1,5 +1,6 @@ .v-card{ - border-radius: 0px; + border-radius: 0px; + margin: 5px; } .card_heading{ diff --git a/src/components/MainPage.vue b/src/components/MainPage.vue index 50eb543..a066061 100644 --- a/src/components/MainPage.vue +++ b/src/components/MainPage.vue @@ -2,23 +2,14 @@
-
-
+ -
-
-
-
- -
-
+ + +
-
-
-
-