replace reset link with hide single-use tags

This commit is contained in:
Rhiannon Morris 2020-09-17 19:13:32 +02:00
parent ce13806c97
commit d294a094f8
3 changed files with 18 additions and 15 deletions

View file

@ -19,11 +19,11 @@ body {
margin: 1em 0 2em 0;
}
#filters h3, #clear, #reset {
#filters h3, #clear, #singles {
margin: 0;
}
#clear, #reset {
#clear, #singles {
font-weight: 400;
font-size: 110%;
}
@ -33,7 +33,7 @@ body {
grid-area: auto / 1;
}
#reset {
#singles {
text-align: left;
grid-area: auto / 2;
}