fix widgets position
This commit is contained in:
@@ -9,19 +9,19 @@
|
||||
}
|
||||
|
||||
.ContentWrapper {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 2rem;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2rem;
|
||||
overflow: scroll;
|
||||
|
||||
padding: 0 clamp(1rem, 10vw, 10rem);
|
||||
}
|
||||
|
||||
.Widgets {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
width: 100%;
|
||||
margin-top: calc(50vh - 240px);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user