Commit 7ff40635 authored by Mark Otto's avatar Mark Otto
Browse files

fixes #7497: use var for jumbotron border radius

parent 330e9b16
Showing with 1 addition and 1 deletion
+1 -1
...@@ -23,7 +23,7 @@ ...@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment