_sass/oscailte/components/_navigation.scss in oscailte-3.0.0 vs _sass/oscailte/components/_navigation.scss in oscailte-3.0.1

- old
+ new

@@ -1,32 +1,32 @@ -.Navigation { - &__items, - &__item { - height: 100%; - } - - &__items { - display: flex; - flex-direction: row; - justify-content: center; - } - - &__item { - align-items: center; - display: flex; - margin: 0; - } - - &__link { - display: block; - padding: .5em 1em; - text-align: center; - text-decoration: none; - width: 100%; - } -} - -@include breakpoint("medium") { - .Navigation { - margin-top: 0; - } +.Navigation { + &__items, + &__item { + height: 100%; + } + + &__items { + display: flex; + flex-direction: row; + justify-content: center; + } + + &__item { + align-items: center; + display: flex; + margin: 0; + } + + &__link { + display: block; + padding: .5em 1em; + text-align: center; + text-decoration: none; + width: 100%; + } +} + +@include breakpoint("medium") { + .Navigation { + margin-top: 0; + } } \ No newline at end of file