2022-10-28 14:33:38 +00:00
|
|
|
#background {
|
|
|
|
width: 100vw;
|
|
|
|
height: 120vh;
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
z-index: -1;
|
|
|
|
|
|
|
|
object-fit: cover;
|
|
|
|
object-position: center;
|
|
|
|
}
|
2022-10-28 12:56:08 +00:00
|
|
|
|
2022-10-28 14:33:38 +00:00
|
|
|
#body {
|
2022-10-28 12:56:08 +00:00
|
|
|
padding: 0 16px;
|
|
|
|
}
|
|
|
|
|
2022-10-28 14:33:38 +00:00
|
|
|
#background {
|
|
|
|
margin: 0 -16px;
|
|
|
|
}
|
|
|
|
|
2022-10-28 12:56:08 +00:00
|
|
|
@media screen and (max-width: 800px) {
|
|
|
|
#body {
|
|
|
|
padding: 0 8px;
|
|
|
|
}
|
2022-10-28 14:33:38 +00:00
|
|
|
|
|
|
|
#background {
|
|
|
|
margin: 0 -8px;
|
|
|
|
}
|
2022-10-28 12:56:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 400px) {
|
|
|
|
#body {
|
|
|
|
padding: 0 4px;
|
|
|
|
}
|
2022-10-28 14:33:38 +00:00
|
|
|
|
|
|
|
#background {
|
|
|
|
margin: 0 -4px;
|
|
|
|
}
|
2022-10-11 09:27:55 +00:00
|
|
|
}
|
|
|
|
|
2022-10-14 14:54:02 +00:00
|
|
|
#body .chapter-1 > .panel,
|
|
|
|
#body .chapter-2 > .panel,
|
|
|
|
#body .chapter-3 > .panel,
|
|
|
|
#body .chapter-4 > .panel,
|
|
|
|
#body .chapter-5 > .panel,
|
|
|
|
#body .chapter-6 > .panel,
|
|
|
|
#body .chapter-7 > .panel,
|
|
|
|
#body .chapter-8 > .panel,
|
|
|
|
#body .chapter-9 > .panel {
|
2022-10-28 14:30:13 +00:00
|
|
|
min-width: 360px;
|
2022-10-11 09:27:55 +00:00
|
|
|
}
|
|
|
|
|
2022-10-14 14:54:02 +00:00
|
|
|
#body .panel .chapter-1 > .panel,
|
|
|
|
#body .panel .chapter-2 > .panel,
|
|
|
|
#body .panel .chapter-3 > .panel,
|
|
|
|
#body .panel .chapter-4 > .panel,
|
|
|
|
#body .panel .chapter-5 > .panel,
|
|
|
|
#body .panel .chapter-6 > .panel,
|
|
|
|
#body .panel .chapter-7 > .panel,
|
|
|
|
#body .panel .chapter-8 > .panel,
|
|
|
|
#body .panel .chapter-9 > .panel {
|
2022-10-11 09:27:55 +00:00
|
|
|
min-width: unset;
|
|
|
|
}
|
|
|
|
|
2022-10-14 14:54:02 +00:00
|
|
|
#body article {
|
2022-10-11 09:27:55 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
max-width: 1600px;
|
|
|
|
}
|