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