2023-03-15 13:20:17 +00:00
|
|
|
body {
|
|
|
|
margin: 0; /* Remove body margins */
|
2023-04-04 15:29:34 +00:00
|
|
|
background-color: rgb(250, 248, 248);
|
2023-03-15 13:20:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-container {
|
2023-04-14 14:08:23 +00:00
|
|
|
padding-top: 90px;
|
2023-03-15 13:20:17 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: stretch;
|
2023-03-24 18:34:11 +00:00
|
|
|
}
|
2023-04-15 14:25:58 +00:00
|
|
|
|
|
|
|
.admin-page-container {
|
2023-04-15 14:36:47 +00:00
|
|
|
padding-top: 40px;
|
2023-04-15 14:25:58 +00:00
|
|
|
padding-left: 200px;
|
2023-04-22 15:39:00 +00:00
|
|
|
padding-bottom: 20vh;
|
2023-04-15 14:25:58 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: stretch;
|
|
|
|
}
|