_sass/minima/_layout.scss in minima-2.5.1 vs _sass/minima/_layout.scss in minima-2.5.2
- old
+ new
@@ -47,11 +47,11 @@
}
@include media-query($on-palm) {
position: absolute;
top: 9px;
- right: $spacing-unit / 2;
+ right: $spacing-unit * 0.5;
background-color: $background-color;
border: 1px solid $grey-color-light;
border-radius: 5px;
text-align: right;
@@ -88,16 +88,16 @@
padding-bottom: 5px;
}
.page-link {
display: block;
+ margin-left: 20px;
padding: 5px 10px;
&:not(:last-child) {
margin-right: 0;
}
- margin-left: 20px;
}
}
}
@@ -110,11 +110,11 @@
padding: $spacing-unit 0;
}
.footer-heading {
@include relative-font-size(1.125);
- margin-bottom: $spacing-unit / 2;
+ margin-bottom: $spacing-unit * 0.5;
}
.contact-list,
.social-media-list {
list-style: none;
@@ -122,17 +122,17 @@
}
.footer-col-wrapper {
@include relative-font-size(0.9375);
color: $grey-color;
- margin-left: -$spacing-unit / 2;
+ margin-left: -$spacing-unit * 0.5;
@extend %clearfix;
}
.footer-col {
float: left;
- margin-bottom: $spacing-unit / 2;
- padding-left: $spacing-unit / 2;
+ margin-bottom: $spacing-unit * 0.5;
+ padding-left: $spacing-unit * 0.5;
}
.footer-col-1 {
width: -webkit-calc(35% - (#{$spacing-unit} / 2));
width: calc(35% - (#{$spacing-unit} / 2));