Skip to content

Commit

Permalink
fix(footer): overlapping elements
Browse files Browse the repository at this point in the history
  • Loading branch information
JadsonLucena committed Mar 22, 2023
1 parent 1a26ac4 commit 088d40f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,15 @@ footer {
}
footer > header {
height: 100%;
width: max-content;
margin: 0 auto;
}
footer > aside {
position: absolute;
top: 0;
left: 0;
padding: 0 5px;
height: 100%;
z-index: -1;
}
}
2 changes: 1 addition & 1 deletion src/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const CACHE_NAME = 'v1.1.2';
const CACHE_NAME = 'v1.1.3';

const FILES_TO_CACHE = [
'./images/apple-touch-icon-192x192.webp',
Expand Down

0 comments on commit 088d40f

Please sign in to comment.