Skip to content

Commit

Permalink
Update home.css
Browse files Browse the repository at this point in the history
  • Loading branch information
p0xx authored Nov 26, 2023
1 parent 7914ece commit 072a4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body {
left: 0;
right: 0;
width: 100%;
padding: 20px 0; /* increase padding */
padding: 15px 0; /* increase padding */
transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

Expand All @@ -24,7 +24,7 @@ body {
text-align: center;
padding: 14px 24px; /* increase padding */
text-decoration: none;
border-radius: 20px; /* add border radius */
border-radius: 17px; /* add border radius */
transition: background-color 0.3s ease-in-out;
}

Expand Down

0 comments on commit 072a4cd

Please sign in to comment.