diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-08-27 11:33:15 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-08-27 11:33:15 +0200 |
commit | 4a9167315435a37f12b8c47ec3a9d9c81183e321 (patch) | |
tree | cd80102ff829b6471baaf186b889e427a35cf4ab /core/css | |
parent | c93c5d142ee0185af01536b967839c4b2eff1b48 (diff) | |
download | nextcloud-server-4a9167315435a37f12b8c47ec3a9d9c81183e321.tar.gz nextcloud-server-4a9167315435a37f12b8c47ec3a9d9c81183e321.zip |
use centered h2 for 2FA page headers
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 428688060b7..38de922ac9d 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -32,6 +32,10 @@ body { background-size: cover; } +.two-factor-header { + text-align: center; +} + .two-factor-provider { text-align: center; width: 100%; |