Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-09-29 11:05:57 +0300
committerbrantje <brantje@gmail.com>2016-09-29 11:05:57 +0300
commit95a870a740c2bb50ed0ba109b06146dc1cc34c8e (patch)
tree06ebf4fb02dd60f6b688069a06c4e43ac89f4cb8 /sass
parent1bcaef4405ee71accc510eb8cb098cd539371b90 (diff)
Decrease title width
Diffstat (limited to 'sass')
-rw-r--r--sass/credentials.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/credentials.scss b/sass/credentials.scss
index 46de925e..3e7dffd3 100644
--- a/sass/credentials.scss
+++ b/sass/credentials.scss
@@ -6,7 +6,7 @@
border-bottom: 1px solid #c9c9c9
}
.title{
- width: calc( 100% - 370px);
+ width: calc( 100% - 375px);
text-align: center;
display: inline-block;
font-weight: bold;