tuning the mobile stylesheet into the new grid situation

master
manetta 3 years ago
parent b6e7ce0f87
commit 695318b511

@ -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{

@ -19,6 +19,8 @@
body{
min-width: 720px;
top: 0;
left: 0;
margin: 0;
padding: 0;
background:
@ -130,7 +132,6 @@ section#info.endpoint{
left: calc(33.3% - 90px);
margin: 0;
padding: 0 15px;
border:0px solid black;
font-family: monospace;
font-size: 14px;
line-height: 1.9;

Loading…
Cancel
Save