Web: Files: Settings: fixed margin on Common Settongs

This commit is contained in:
Artem Tarasov 2020-10-29 16:24:50 +03:00
parent 088df7adf5
commit 076cf154a6

View File

@ -35,8 +35,12 @@ const StyledSettings = styled.div`
}
.heading {
margin-bottom: 0;
margin-top: 22px;
margin-bottom: 1px;
margin-top: 26px;
}
.toggle-btn:first-child {
margin-top: -3px;
}
`;