From ee6e318d452e49bad9af709ef0c2be0d9be2635c Mon Sep 17 00:00:00 2001 From: Erastus Amunwe Date: Mon, 26 Oct 2020 20:59:12 +0200 Subject: [PATCH] removed top margin --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 5499704..4e3ae55 100644 --- a/src/App.vue +++ b/src/App.vue @@ -35,6 +35,6 @@ export default { -moz-osx-font-smoothing: grayscale; // text-align: center; color: #2c3e50; - margin-top: 60px; + // margin-top: 60px; }