0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

rem-ify homepage icon

This commit is contained in:
Mark Otto 2014-07-13 12:15:14 -07:00
parent aaccb80c3c
commit 0d89b7f55e
2 changed files with 8 additions and 8 deletions

View File

@ -223,11 +223,11 @@ body {
}
.bs-docs-booticon {
display: block;
width: 144px;
height: 144px;
font-size: 108px;
width: 9rem;
height: 9rem;
font-size: 6.5rem;
font-weight: 500;
line-height: 140px;
line-height: 8.8rem;
color: #fff;
text-align: center;
cursor: default;

View File

@ -67,11 +67,11 @@ body {
.bs-docs-booticon {
display: block;
width: 144px;
height: 144px;
font-size: 108px;
width: 9rem;
height: 9rem;
font-size: 6.5rem;
font-weight: 500;
line-height: 140px;
line-height: 8.8rem;
color: #fff;
text-align: center;
cursor: default;