Skip to content

Commit

Permalink
Brreak
Browse files Browse the repository at this point in the history
  • Loading branch information
haydncomley committed Jan 12, 2024
1 parent 2da890c commit bf659e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/common/NavigationButton.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
align-items: center;
justify-content: center;
overflow: hidden;
cursor: pointer;

#menu:not(:checked) ~ &:hover {
gap: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/components/sections/Landing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import WavesImage from '../../img/waves.webp'
<img class="backgroundImage" src={WavesImage}>

<div class="titleWrapper">
<h2 class="title">{ 'dev\ndesign' }</h2>
<h2 class="title">dev<br/>design</h2>
</div>
</section>

Expand Down

0 comments on commit bf659e4

Please sign in to comment.