fix some markup bits

This commit is contained in:
Rhiannon Morris 2020-08-04 18:26:36 +02:00
parent 739cc49c0c
commit e19bbe554e
2 changed files with 16 additions and 15 deletions

View file

@ -75,13 +75,16 @@ body {
content: url(../18_plus.svg);
}
#info section {
#info {
max-width: 80%;
margin: auto;
}
.info-section {
display: grid;
grid-template-columns: 10% auto;
grid-gap: 2em;
align-items: baseline;
max-width: 80%;
margin: auto;
}
#info h2, #info ul, #info p {