diff --git a/less/jumbotron.less b/less/jumbotron.less index 6437ea58ec..d3c9ac21c8 100644 --- a/less/jumbotron.less +++ b/less/jumbotron.less @@ -23,7 +23,7 @@ @media screen and (min-width: 768px) { .jumbotron { padding: 50px 60px; - border-radius: 6px; // Only round corners at higher resolutions + border-radius: @border-radius-large; // Only round corners at higher resolutions h1 { font-size: 60px;