fixes for css
This commit is contained in:
parent
06b7ff54b6
commit
2387e2fcbd
2 changed files with 21 additions and 14 deletions
15
index.css
15
index.css
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue