refactor: separation of shared components
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: rem(10);
|
||||
min-height: 86vh;
|
||||
background-color: transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user