mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 00:54:04 +02:00
fixes #7497: use var for jumbotron border radius
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
padding: 50px 60px;
|
padding: 50px 60px;
|
||||||
border-radius: 6px; // Only round corners at higher resolutions
|
border-radius: @border-radius-large; // Only round corners at higher resolutions
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 60px;
|
font-size: 60px;
|
||||||
|
Reference in New Issue
Block a user