fixes for css

This commit is contained in:
Rhiannon Morris 2022-05-30 16:49:25 +02:00
parent 06b7ff54b6
commit 2387e2fcbd
2 changed files with 21 additions and 14 deletions

View file

@ -44,19 +44,6 @@ rt {
}
dl {
display: grid;
grid-template-columns: repeat(4, auto);
grid-row-gap: 6px;
}
dt {
text-align: right;
}
dd {
font-weight: 700;
text-align: left;
}
@media (hover) {
[title] {
@ -84,7 +71,7 @@ rt { --around-image: url(media/star.svg); }
h1, h2 { --around-image: url(media/sparkles.svg); }
.emojo, [href='#listen']::before {
[href='#listen']::before {
vertical-align: middle;
height: 1.2em; width: 1.2em;
}