mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 23:43:57 +02:00
ui(resources): prevent vertical scroll on desktop
This commit is contained in:
@@ -9,6 +9,7 @@ export const Main = styled.div`
|
|||||||
export const MainContent = styled.main`
|
export const MainContent = styled.main`
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
margin-top: 128px;
|
margin-top: 128px;
|
||||||
|
width: calc(100% - 320px);
|
||||||
|
|
||||||
& > :first-child {
|
& > :first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user