fixes #7497: use var for jumbotron border radius

This commit is contained in:
Mark Otto 2013-04-07 11:44:17 -07:00
parent 330e9b16c2
commit 7ff40635d4
1 changed files with 1 additions and 1 deletions

View File

@ -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;