Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/assets/sass/layout/_footer.scss')
-rw-r--r--static/assets/sass/layout/_footer.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/assets/sass/layout/_footer.scss b/static/assets/sass/layout/_footer.scss
index 0bd17f0..09bbc20 100644
--- a/static/assets/sass/layout/_footer.scss
+++ b/static/assets/sass/layout/_footer.scss
@@ -95,7 +95,7 @@
font-size: 0.8rem;
}
- @include breakpoint(medium) {
+ @include breakpoint('<=medium') {
display: block;
> section {
@@ -141,7 +141,7 @@
}
}
- @include breakpoint(small) {
+ @include breakpoint('<=small') {
> section {
@include padding((_size(padding) * 1), (_size(padding) * 1));
@@ -175,7 +175,7 @@
}
}
- @include breakpoint(xsmall) {
+ @include breakpoint('<=xsmall') {
width: 100%;
}
}
@@ -222,11 +222,11 @@
}
}
- @include breakpoint(large) {
+ @include breakpoint('<=large') {
margin: (_size(padding) * 2) auto;
}
- @include breakpoint(xsmall) {
+ @include breakpoint('<=xsmall') {
ul {
li {
border-left: 0;