Decrease title width

This commit is contained in:
brantje 2016-09-29 10:05:57 +02:00
parent 1bcaef4405
commit 95a870a740
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@
#app-content #app-content-wrapper #passman-controls {
border-bottom: 1px solid #c9c9c9; }
#app-content #app-content-wrapper .title {
width: calc( 100% - 370px);
width: calc( 100% - 375px);
text-align: center;
display: inline-block;
font-weight: bold;

View file

@ -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;