mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
fix: sidebar icons mweb
This commit is contained in:
parent
6eda021cbd
commit
0aa2b6c5e8
@ -36,6 +36,9 @@ const StyledSidebar = styled.div`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledElement = styled.button`
|
const StyledElement = styled.button`
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@ -57,11 +60,6 @@ const StyledElement = styled.button`
|
|||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|
||||||
svg {
|
|
||||||
padding: 8px 4px;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user