Line 4,224: | Line 4,224: | ||
} | } | ||
− | . | + | .containers { |
margin-right: auto; | margin-right: auto; | ||
margin-left: auto; | margin-left: auto; | ||
Line 4,230: | Line 4,230: | ||
padding-right: 15px; | padding-right: 15px; | ||
} | } | ||
− | . | + | .containers:before, .containers:after { |
content: " "; | content: " "; | ||
display: table; | display: table; | ||
} | } | ||
− | . | + | .containers:after { |
clear: both; | clear: both; | ||
} | } | ||
@media (min-width: 768px) { | @media (min-width: 768px) { | ||
− | . | + | .containers { |
width: 750px; | width: 750px; | ||
} | } | ||
} | } | ||
@media (min-width: 992px) { | @media (min-width: 992px) { | ||
− | . | + | .containers { |
width: 970px; | width: 970px; | ||
} | } | ||
} | } | ||
@media (min-width: 1200px) { | @media (min-width: 1200px) { | ||
− | . | + | .containers { |
width: 1170px; | width: 1170px; | ||
} | } | ||
} | } | ||
− | . | + | .containers-fluid { |
margin-right: auto; | margin-right: auto; | ||
margin-left: auto; | margin-left: auto; | ||
Line 4,259: | Line 4,259: | ||
padding-right: 15px; | padding-right: 15px; | ||
} | } | ||
− | . | + | .containers-fluid:before, .containers-fluid:after { |
content: " "; | content: " "; | ||
display: table; | display: table; | ||
} | } | ||
− | . | + | .containers-fluid:after { |
clear: both; | clear: both; | ||
} | } | ||
Line 7,055: | Line 7,055: | ||
} | } | ||
@media (min-width: 768px) { | @media (min-width: 768px) { | ||
− | .navbar > . | + | .navbar > .containers .navbar-brand, .navbar > .containers-fluid .navbar-brand { |
margin-left: -15px; | margin-left: -15px; | ||
} | } | ||
Line 7,724: | Line 7,724: | ||
border-top-color: #d5d5d5; | border-top-color: #d5d5d5; | ||
} | } | ||
− | . | + | .containers .jumbotron, .containers-fluid .jumbotron { |
border-radius: 6px; | border-radius: 6px; | ||
} | } | ||
− | .jumbotron . | + | .jumbotron .containers { |
max-width: 100%; | max-width: 100%; | ||
} | } | ||
Line 7,735: | Line 7,735: | ||
padding-bottom: 48px; | padding-bottom: 48px; | ||
} | } | ||
− | . | + | .containers .jumbotron, .containers-fluid .jumbotron { |
padding-left: 60px; | padding-left: 60px; | ||
padding-right: 60px; | padding-right: 60px; | ||
Line 13,267: | Line 13,267: | ||
min-height: 100px; | min-height: 100px; | ||
} | } | ||
− | .fh5co-cta . | + | .fh5co-cta .containers { |
position: relative; | position: relative; | ||
z-index: 2; | z-index: 2; |
Revision as of 19:31, 24 July 2017