Skip to content

Commit

Permalink
restore old design padding
Browse files Browse the repository at this point in the history
  • Loading branch information
igrigorik committed Sep 23, 2021
1 parent db4d008 commit 9443c7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shadow.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
background: black;
color: white;

border-radius: 30px;
padding: 6px 12px 6px 12px;
border-radius: 6px;
padding: 4px;
margin: 10px 10px 10px 15px;

cursor: default;
Expand Down Expand Up @@ -59,7 +59,7 @@ button {
color: black;
background: white;
font-weight: normal;
border-radius: 20px;
border-radius: 5px;
padding: 1px 5px 3px 5px;
font-size: 14px;
line-height: 14px;
Expand Down

0 comments on commit 9443c7b

Please sign in to comment.