|
|
|
@ -21,24 +21,30 @@ body{
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
div#wrapping{
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
width: calc(100% - 0) !important;
|
|
|
|
|
max-width: 100% !important;
|
|
|
|
|
margin: 3em 0 !important;
|
|
|
|
|
}
|
|
|
|
|
section#issues{
|
|
|
|
|
display: block !important;
|
|
|
|
|
grid-template-columns: none !important;
|
|
|
|
|
grid-template-rows: none !important;
|
|
|
|
|
grid-auto-flow: unset !important;
|
|
|
|
|
width: calc(100% - 30px) !important;
|
|
|
|
|
}
|
|
|
|
|
section#intro.endpoint,
|
|
|
|
|
section#info.endpoint,
|
|
|
|
|
section#credits{
|
|
|
|
|
section#info.endpoint{
|
|
|
|
|
position: relative !important;
|
|
|
|
|
width: calc(100% - 50px) !important;
|
|
|
|
|
left: 0 !important;
|
|
|
|
|
height: auto !important;
|
|
|
|
|
margin: 10px 20px 80px 30px !important;
|
|
|
|
|
margin-left: 30px !important;
|
|
|
|
|
margin-right: 20px !important;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
font-size: 16px !important;
|
|
|
|
|
line-height: 1.9 !important;
|
|
|
|
|
hyphens: auto !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body section#issues .issue[data-cycle="1"],
|
|
|
|
|
body section#issues .issue[data-cycle="2"],
|
|
|
|
|
body section#issues .issue[data-cycle="3"],
|
|
|
|
@ -48,7 +54,7 @@ body section#issues .issue[data-cycle="6"]{
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
section#issues .issue{
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
margin: 0 0 50px 0 !important;
|
|
|
|
|
}
|
|
|
|
|
section#issues .issue.future{
|
|
|
|
|