Skip to content

Commit

Permalink
Merge pull request #1145 from meetarora10/sub-branch
Browse files Browse the repository at this point in the history
fix: Subscribe text is now clearly visible.
  • Loading branch information
apu52 authored Jul 21, 2024
2 parents 7f621b6 + 0efb00a commit 4cf2630
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -447,15 +447,15 @@ body {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
transition: all 0.4s ease-in-out;
padding-left: 20px;
padding-right: 20px;
padding-left: 0px;
/* padding-right: 20px; */
width: auto;
border: none;
background-color: transparent;
color: slateblue;
font-weight: 500;
font-size: 28px;
letter-spacing: 2px;
font-size: 27px;
letter-spacing: 1.59px;
vertical-align: middle;
text-decoration: none;
white-space: nowrap;
Expand Down

0 comments on commit 4cf2630

Please sign in to comment.