1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

help and about settings pages

This commit is contained in:
Kyle Spearrin
2016-09-20 12:06:01 -04:00
parent 68b16ea565
commit 2fefdf8f6c
11 changed files with 109 additions and 2 deletions

View File

@@ -368,3 +368,14 @@
text-overflow: ellipsis;
font-family: @font-family-monospace;
}
.about-page {
padding-top: 50px;
text-align: center;
img {
margin: 0 auto 20px;
width: 220px;
display: block;
}
}