change some classes to ids
This commit is contained in:
parent
95b73d45e0
commit
9c23e13628
2 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue