Fix navbar spacing, headings spacing, modal dialogs
[ndcode_site.git] / css / bootstrap / _custom.scss
index 73f430c..65b4ebc 100644 (file)
@@ -32,19 +32,7 @@ $footer-link-hover-color: darken($footer-link-color, 10%);
   margin-bottom: .5em;
 }
 
-// see https://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3
-.vcenter {
-  display: inline-block;
-  vertical-align: center;
-  float: none;
-}
-.vbottom {
-  display: inline-block;
-  vertical-align: bottom;
-  float: none;
-}
-
-.footer {
+footer, .footer {
   padding-top: 35px;
   padding-bottom: 25px;
   background-color: $gray-400;