Skip to content

Commit

Permalink
Remove temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markteekman committed Nov 25, 2021
1 parent f4c0f79 commit 9493f1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import SkipLinks from '../components/SkipLinks.astro'
</section>
</header>

<style lang="scss" global>
<style lang="scss">
@use '../styles/base/breakpoint' as *;

.container.temp {
.container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navigation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

</script>

<style lang="scss" global>
<style lang="scss">
@use '../styles/base/breakpoint' as *;

nav {
Expand Down

0 comments on commit 9493f1f

Please sign in to comment.