mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 16:06:12 +02:00
ui(resources): add space below resources content
This commit is contained in:
@@ -31,8 +31,7 @@ export const Overlay = styled.div`
|
|||||||
|
|
||||||
export const MainContent = styled.main`
|
export const MainContent = styled.main`
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
margin-top: 128px;
|
margin: 128px 0 128px 320px;
|
||||||
margin-left: 320px;
|
|
||||||
width: calc(100% - 320px);
|
width: calc(100% - 320px);
|
||||||
|
|
||||||
@media screen and (max-width: 767px) {
|
@media screen and (max-width: 767px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user