Skip to content

Commit

Permalink
website: update commamnd style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 17, 2022
1 parent ed596a7 commit c7dba6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/commands/css.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styled from 'styled-components';

const Link = styled(NavLink)`
font-size: 0.8rem;
line-height: 0.8rem;
line-height: 0.7rem;
text-decoration: none;
padding: 0.18rem 0.3rem;
&:hover {
Expand Down
2 changes: 1 addition & 1 deletion website/src/commands/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Select = styled.select`
padding: 0 0.2rem 0 0.2rem;
margin: 0;
font-family: inherit;
font-size: 0.8rem;
font-size: 0.7rem;
outline: none;
height: 1.15rem;
cursor: inherit;
Expand Down

0 comments on commit c7dba6d

Please sign in to comment.