AutorÃa | Ultima modificación | Ver Log |
// Adjustments to make bootstrap 4 work better with some variables from bootstrap 3 bootswatches $navbar-height: 50px !default; .navbar { max-height: $navbar-height; }
// Adjustments to make bootstrap 4 work better with some variables from bootstrap 3 bootswatches
$navbar-height: 50px !default;
.navbar {
max-height: $navbar-height;
}