Skip to content

Commit

Permalink
fix: fuck ios
Browse files Browse the repository at this point in the history
  • Loading branch information
plibither8 committed Sep 10, 2020
1 parent d47463f commit 5f26e1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
/node_modules/
/src/node_modules/@sapper/
/src/node_modules/
yarn-error.log
/cypress/screenshots/
/__sapper__/
3 changes: 2 additions & 1 deletion src/components/nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
margin: 20px auto 0;
max-width: 1000px;
border-radius: 10px;
backdrop-filter: blur(8px) brightness(65%);
backdrop-filter: blur(8px);
width: 90%;
display: flex;
align-items: center;
Expand All @@ -57,6 +57,7 @@
border: 1px solid #09253c;
box-shadow: 0 10px 20px rgba(0,0,0,0.12);
overflow: hidden;
background: #040b18b5;
a.header {
text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion src/components/sections/hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

<a
class='intro-video'
href=''
href='https://www.youtube.com/watch?v=2X9bkVTFd-g'
target='_blank'
rel='noopener'
>
Expand Down

0 comments on commit 5f26e1e

Please sign in to comment.