SCSS: use breakpoint mixins, avoid tabs

This commit is contained in:
mDuo13
2020-09-10 15:44:28 -07:00
parent d46202a04f
commit d32b7b9d19
9 changed files with 307 additions and 308 deletions

View File

@@ -52,15 +52,13 @@ p + .readmore {
font-weight: 700;
z-index: 1000;
color: white;
}
@media screen and (max-width: 767px) {
.jump-to-top {
&::after {
content: ""
}
@include media-breakpoint-down(sm) {
bottom: 40px;
right: 40px;
}
}
.btn.jump-to-top::after {
content: ""
}