summaryrefslogtreecommitdiffstats
path: root/css/public
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-14 16:45:03 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-14 16:45:03 +0200
commitbd036f4ddce0a8d87fd2936d4fc28c615526cc0e (patch)
tree7d4b0b0a9603a9c6eb8b4c10573e79bedfa72831 /css/public
parentea1910d3a8c631b16a8fc581bc32de126384f174 (diff)
Center heading
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css/public')
-rw-r--r--css/public/style.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/public/style.scss b/css/public/style.scss
index 223f8e48..aba83787 100644
--- a/css/public/style.scss
+++ b/css/public/style.scss
@@ -778,6 +778,10 @@ detailsitem .select2-container {
align-items: center;
flex-wrap: wrap;
}
+#importscreen-title {
+ flex-basis: 100%;
+ text-align: center;
+}
#importscreen-percent {
opacity: 0.5;
}