Defined new breakpoint names.

This commit is contained in:
2020-07-05 04:40:57 +02:00
parent e4144409f0
commit f8a32e841c
3 changed files with 12 additions and 5 deletions

View File

@@ -168,7 +168,7 @@ export default {
</script>
<style lang="scss" scoped>
@import 'theme';
@import 'breakpoints';
.info {
display: flex;
@@ -231,7 +231,7 @@ export default {
display: none;
}
@media(max-width: $breakpoint0) {
@media(max-width: $breakpoint-micro) {
.logo-parent,
.link-child .icon {
display: none;