0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +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 { .bs-docs-booticon {
display: block; display: block;
width: 144px; width: 9rem;
height: 144px; height: 9rem;
font-size: 108px; font-size: 6.5rem;
font-weight: 500; font-weight: 500;
line-height: 140px; line-height: 8.8rem;
color: #fff; color: #fff;
text-align: center; text-align: center;
cursor: default; cursor: default;

View File

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