mirror of
https://github.com/zerosoul/chinese-colors.git
synced 2024-11-21 01:13:53 +08:00
fix: add top padding
This commit is contained in:
parent
8d2e950e40
commit
ea6536dac5
@ -11,8 +11,8 @@ const Wrapper = styled.aside`
|
||||
align-items: center;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
|
||||
.icon {
|
||||
width: 1.8rem;
|
||||
height: 1.8rem;
|
||||
width: 1.7rem;
|
||||
height: 1.7rem;
|
||||
}
|
||||
`;
|
||||
|
||||
|
@ -33,6 +33,8 @@ const Wrapper = styled.section`
|
||||
font-size: 6rem;
|
||||
width: 6rem;
|
||||
opacity: 0.6;
|
||||
padding-top: 0.4rem;
|
||||
|
||||
border-top: 0.6rem solid ${({ bgColor }) => bgColor};
|
||||
}
|
||||
> h2 {
|
||||
|
Loading…
Reference in New Issue
Block a user