diff --git a/website/public/css/helpers.styl b/website/public/css/helpers.styl index d9b54a3089..473c82a13f 100644 --- a/website/public/css/helpers.styl +++ b/website/public/css/helpers.styl @@ -17,7 +17,6 @@ // Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p -.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus clip: auto height: auto @@ -35,28 +34,28 @@ opacity: 0.5 // Allow block element to be centered -.col-centered +.col-centered margin-left: auto margin-right: auto // .pull-right & .pull-left for specific screen sizes // Follows conventions for col-x-SIZE classes -@media (min-width: 768px) +@media (min-width: 768px) .pull-left-sm float: left .pull-right-sm float: right -@media (min-width: 992px) +@media (min-width: 992px) .pull-left-md float: left .pull-right-md float: right -@media (min-width: 1200px) +@media (min-width: 1200px) .pull-left-lg float: left