style: added adaption to mobile & block animations
This commit is contained in:
@@ -12,3 +12,9 @@
|
||||
border-radius: $radius-md;
|
||||
box-shadow: $shadow-card;
|
||||
}
|
||||
|
||||
@mixin respond($breakpoint) {
|
||||
@media only screen and (max-width: $breakpoint) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user