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:
parent
aaccb80c3c
commit
0d89b7f55e
8
docs/assets/css/docs.min.css
vendored
8
docs/assets/css/docs.min.css
vendored
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user