aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2018-08-31 16:13:43 +0300
committershpuld <shp@cock.li>2018-08-31 16:13:43 +0300
commit77e8933b2e8ab9947ed3f19810b2f28c3281e3f8 (patch)
treeab0dec3f0441b98940f1f0227d2fa285be6d7eca /src
parent384c80e23863790d584cd0beeb3ceac13a2ba9b3 (diff)
Fix mistakes
Diffstat (limited to 'src')
-rw-r--r--src/components/status/status.vue11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index b1dfd367..eb521280 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -348,22 +348,21 @@
h1 {
font-size: 1.1em;
line-height: 1.2em;
- margin: 1.6em 0;
+ margin: 1.4em 0;
}
h2 {
- line-height: 1.2em;
- font-size: 1.2em;
- margin: 1.4em 0;
+ font-size: 1.1em;
+ margin: 1.0em 0;
}
h3 {
font-size: 1em;
- margin: 1.3em 0;
+ margin: 1.2em 0;
}
h4 {
- margin: 1.2em 0;
+ margin: 1.1em 0;
}
}