2020-08-18 05:47:58 +00:00
|
|
|
.page {
|
2020-09-22 04:34:55 +00:00
|
|
|
flex: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2022-12-27 00:57:59 +00:00
|
|
|
padding: 30px;
|
2022-12-09 07:43:43 +00:00
|
|
|
background: var(--base50);
|
2022-12-27 00:57:59 +00:00
|
|
|
position: relative;
|
2020-08-06 02:04:02 +00:00
|
|
|
}
|