summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-10-26 13:08:12 +0200
committerJulius Härtl <jus@bitgrid.net>2018-11-28 21:24:31 +0100
commit2aeed37229aa8ca58072f577943dd32d963cf99b (patch)
tree958f486204fe0f02e3fd6e7f1899ff87c72acaa5 /src/App.vue
parentf08865eeedffd8054dbfc93c69f396a346077eee (diff)
Properly align content container
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src/App.vue')
-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>