Skip to content

Commit

Permalink
css: button padding
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr committed Nov 3, 2024
1 parent c99c308 commit 988bc70
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,11 @@ iframe#google_ads_frame1 {
border-radius: 3px;
background-color: #202020ce;
font-family: "Courier New";
font-size: 13px;
color: white;
text-decoration: none;
cursor: pointer;
padding-left: 5px;
padding-right: 5px;
margin-right: 8px;
}

Expand All @@ -217,10 +218,8 @@ iframe#google_ads_frame1 {
}

.toggleButtonTxt {
font-size: 13px;
padding: 2px;
padding-left: 3px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
background-color: #3b3b3b;
color:#00ff009d;
}
Expand Down

0 comments on commit 988bc70

Please sign in to comment.