1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00

Don't qualify selectors

This commit is contained in:
Daniel Barber 2021-01-20 16:08:56 -05:00
parent 3b1a9e5d6b
commit fa158d7c21
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -228,8 +228,8 @@ li {
margin-bottom: 2em;
}
section#skills,
section#interests {
#skills,
#interests {
ul, ol {
list-style: none;
}