fix some markup bits
This commit is contained in:
parent
739cc49c0c
commit
e19bbe554e
2 changed files with 16 additions and 15 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue