vendor/assets/stylesheets/failure.sass in failuregem-0.0.9.9 vs vendor/assets/stylesheets/failure.sass in failuregem-0.1

- old
+ new

@@ -129,20 +129,22 @@ .navbar height: 8em .navbar-brand padding-left: 0px !important - //margin: 29px 0px 0px 0px .nav-item padding: 0px !important margin: 1.3em font-size: 13px color: $white1 !important &:hover color: $turq1 !important + @media screen and (max-width: 1200px) + font-size: 10px !important + .active .nav-item background-color: $header-bg !important color: $turq1 !important @@ -354,5 +356,13 @@ color: $primary !important .seccond-txt-hover &:hover color: $seccond !important + + + + +// Custome Sizes for Smaller Screens // +@media screen and (min-width: 1024px) + h1 + font-size: $h1-size * 1.5