diff --git a/css/app.css b/css/app.css index 94d8af04..d7ebce42 100644 --- a/css/app.css +++ b/css/app.css @@ -160,7 +160,7 @@ #app-content #app-content-wrapper #passman-controls { border-bottom: 1px solid #c9c9c9; } #app-content #app-content-wrapper .title { - width: calc(100% - 375px); + width: calc(100% - 380px); text-align: center; display: inline-block; font-weight: bold; diff --git a/sass/credentials.scss b/sass/credentials.scss index 4204f4fd..f37e9c1a 100644 --- a/sass/credentials.scss +++ b/sass/credentials.scss @@ -6,7 +6,7 @@ border-bottom: 1px solid #c9c9c9 } .title { - width: calc(100% - 375px); + width: calc(100% - 380px); text-align: center; display: inline-block; font-weight: bold;