summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/App.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index ef25ee57..9dedeaf5 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -30,6 +30,7 @@
.app-social {
width: 100%;
}
+
.setup {
margin: auto;
width: 700px;
@@ -37,6 +38,9 @@
.setup input[type=url] {
width: 300px;
+
+ #app-content .social__wrapper {
+ margin: 15px calc(50% - 350px - 75px);
}
</style>