Skip to content

Commit

Permalink
style: backdrop blur on footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-zeynal committed Nov 25, 2023
1 parent 0f62c95 commit 8a9d998
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/css/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
align-items: center;
justify-content: center;
width: 100%;
padding: 10px;
padding: 15px;
box-sizing: border-box;
backdrop-filter: blur(2px);
margin-top: 40px;
}

.logo {
Expand Down

0 comments on commit 8a9d998

Please sign in to comment.