summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-12-04 02:29:57 +0100
committerJulius Härtl <jus@bitgrid.net>2018-12-04 16:34:11 +0100
commit5e21f2fdd84397579d914bdba82807a461f78c96 (patch)
tree886a64e7091c38b2727c0871eb27947d40a583fd /src/App.vue
parentc2282a0ab8ec36189cf5178a9a8915f7716cc6b0 (diff)
Reduce max-width from 700px to 600px
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 5108225b..1f9dbf71 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -57,7 +57,7 @@
@media (min-width: 1200px) {
#app-content .social__wrapper {
margin: 15px calc(50% - 350px - 75px);
- max-width: 700px;
+ max-width: 600px;
}
}