_sass/minima/_layout.scss in miniscule-0.2.0 vs _sass/minima/_layout.scss in miniscule-0.2.1

- old
+ new

@@ -136,10 +136,14 @@ .social-media-list { list-style: none; margin-left: 0; } +.social-media-list li { + display: inline; +} + .footer-col-wrapper { @include relative-font-size(0.9375); color: $grey-color; margin-left: -$spacing-unit / 2; @extend %clearfix; @@ -159,9 +163,10 @@ } .footer-col-3 { width: -webkit-calc(100% - (#{$spacing-unit} / 2)); width: calc(100% - (#{$spacing-unit} / 2)); + text-align: right; } @media screen and (min-width: $on-large) { .footer-col-1 { width: -webkit-calc(35% - (#{$spacing-unit} / 2));