Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Remove mobile() and tablet()
Browse files Browse the repository at this point in the history
  • Loading branch information
Brylie Christopher Oxley committed Mar 4, 2022
1 parent fdfc548 commit f385e0e
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions src/styles/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,34 +124,6 @@ $navbar-dropdown-radius: 0;
margin-left: $space-normal;
}
}

@include mobile() {
.navbar-end {
display: flex;
align-items: stretch;
justify-content: flex-end;
margin-left: auto;
}

.navbar-item {
display: flex;
align-items: center;
}
}

@include tablet() {
.navbar-end {
display: flex;
align-items: stretch;
justify-content: flex-end;
margin-left: auto;
}

.navbar-item {
display: flex;
align-items: center;
}
}
}

&.is-default {
Expand Down

0 comments on commit f385e0e

Please sign in to comment.