change some classes to ids

This commit is contained in:
Rhiannon Morris 2020-08-03 19:35:41 +02:00
parent 95b73d45e0
commit 9c23e13628
2 changed files with 7 additions and 7 deletions

View file

@ -71,7 +71,7 @@ body {
content: url(../18_plus.svg);
}
.info section {
#info section {
display: grid;
grid-template-columns: 10% auto;
grid-gap: 2em;
@ -80,7 +80,7 @@ body {
margin: auto;
}
.info h2, .info ul, .info p {
#info h2, #info ul, #info p {
margin: 0.35em;
}