2023-03-02 08:42:51 +00:00
|
|
|
|
2023-02-26 15:34:45 +00:00
|
|
|
.main {
|
|
|
|
|
display: flex;
|
2023-03-10 14:07:00 +00:00
|
|
|
flex-direction: row;
|
2023-02-26 15:34:45 +00:00
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 6rem;
|
|
|
|
|
min-height: 100vh;
|
2023-03-10 14:07:00 +00:00
|
|
|
width: 100vw;
|
|
|
|
|
gap: 30px;
|
2023-02-26 15:34:45 +00:00
|
|
|
}
|
|
|
|
|
|