[S] Remove margin top

This commit is contained in:
Hykilpikonna
2019-12-22 22:26:50 -05:00
parent e59c529443
commit 6c49cb29b6
+5 -6
View File
@@ -31,12 +31,11 @@
<style lang="scss"> <style lang="scss">
#app #app
{ {
font-family: 'Avenir', Helvetica, Arial, sans-serif; font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
text-align: center; text-align: center;
color: #2c3e50; color: #2c3e50;
margin-top: 60px;
} }
#title #title