mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-05 05:40:59 +00:00
fast responsive tweaks
This commit is contained in:
parent
70e81e6f55
commit
3ad52ca632
1 changed files with 19 additions and 1 deletions
|
|
@ -820,7 +820,8 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9cabc', end
|
|||
.jumbo .btn {
|
||||
font-size: 20px;
|
||||
padding: 14px 24px;
|
||||
margin: 0 10px 30px 0;
|
||||
margin: 0 0 30px 0;
|
||||
font-weight: 200;
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 3px rgba(0,0,0,.2);
|
||||
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 3px rgba(0,0,0,.2);
|
||||
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 3px rgba(0,0,0,.2);
|
||||
|
|
@ -832,4 +833,21 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9cabc', end
|
|||
}
|
||||
|
||||
|
||||
@media (max-width: 480px) {
|
||||
body {
|
||||
padding-top: 0;
|
||||
}
|
||||
.jumbo {
|
||||
margin: -20px -20px ;
|
||||
padding: 40px 25px;
|
||||
}
|
||||
.jumbo h1 {
|
||||
font-size: 72px;
|
||||
}
|
||||
.jumbo p {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue