mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 21:22:52 +02:00
only round jumbotron corners at 768px+
This commit is contained in:
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@@ -4423,7 +4423,6 @@ a.counter:hover {
|
||||
line-height: 30px;
|
||||
color: inherit;
|
||||
background-color: #eeeeee;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.jumbotron h1 {
|
||||
@@ -4438,6 +4437,7 @@ a.counter:hover {
|
||||
@media screen and (min-width: 768px) {
|
||||
.jumbotron {
|
||||
padding: 50px 60px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.jumbotron h1 {
|
||||
font-size: 60px;
|
||||
|
Reference in New Issue
Block a user