webpage fix

This commit is contained in:
Johann Dreo 2020-05-11 18:45:54 +02:00
commit cf07f88eba
2 changed files with 3 additions and 2 deletions

View file

@ -465,6 +465,7 @@ comment { display:none; }
grid-row-end:6;
grid-column:2;
height:110ch;
max-height:95vh;
}
/* RATIONALE */
@ -682,7 +683,7 @@ comment { display:none; }
#History {
display:grid;
grid-template-columns:30% 70%;
grid-template-columns:1fr 2fr;
grid-gap:2em;
}