Skip to content

Commit

Permalink
adjust intro mark padding
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiGong-dev committed Jan 9, 2022
1 parent 43d5be5 commit bf9645f
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 @@ -462,8 +462,8 @@ body {
}
.intro__content__pick-mark .intro__content__logo__x
{
padding-top:0.5em;
padding-bottom: 0.5em;
padding-top:0.25em;
padding-bottom: 0.25em;
padding-left: 2em;
padding-right: 2em;
border-radius: 10px;
Expand All @@ -474,8 +474,8 @@ body {
}

.intro__content__pick-mark .intro__content__logo__o {
padding-top:0.5em;
padding-bottom: 0.5em;
padding-top:0.25em;
padding-bottom: 0.25em;
padding-left: 1em;
padding-right: 1em;
border-radius: 10px;
Expand Down

0 comments on commit bf9645f

Please sign in to comment.