Skip to content

Commit

Permalink
[0.1.14.3] * fix background sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnella Kyle San Juan committed Sep 22, 2024
1 parent 244f012 commit 067f997
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@ nav .start-clinic, ul:has(#clinic:hover) .bg-animation {
}

nav .start-portfolio, ul:has(#portfolio:hover) .bg-animation {
width: 103px;
width: 125px;
left: 345px;
background-color: #02527d;
border-radius: 0;
}

nav .start-blog, ul:has(#blog:hover) .bg-animation {
width: 68px;
width: 89px;
left: 505px;
background-color: #3d027d;
border-radius: 0;
}

nav .start-openlibrary, ul:has(#openlibrary:hover) .bg-animation {
width: 230px;
width: 252px;
left: 627px;
background-color: #3d027d;
border-radius: 0;
Expand Down

0 comments on commit 067f997

Please sign in to comment.