2023-02-03 21:26:35 +01:00
|
|
|
#page-container {
|
2023-02-06 12:26:20 +01:00
|
|
|
min-height: 100vh;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2023-02-03 21:26:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#content-wrap {
|
2023-02-06 12:26:20 +01:00
|
|
|
flex: 1;
|
2023-01-29 18:06:53 +01:00
|
|
|
}
|
2023-02-03 21:26:35 +01:00
|
|
|
|
|
|
|
#footer {
|
2023-02-06 12:26:20 +01:00
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is(html[lang=en], html[lang=fr]) * {
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is(html[lang=ar]) * {
|
|
|
|
direction: rtl;
|
|
|
|
text-align: right;
|
|
|
|
}
|