taking lighthouse accessibility suggestions
This commit is contained in:
parent
3aa4244220
commit
c15a77468a
3 changed files with 12 additions and 24 deletions
|
@ -206,7 +206,6 @@ li::marker {
|
|||
aside {
|
||||
display: inline-block;
|
||||
margin-left: 1ch;
|
||||
font-size: var(--s-1);
|
||||
}
|
||||
|
||||
span.aside {
|
||||
|
@ -284,7 +283,7 @@ ul.collection {
|
|||
box-shadow: inset 0 0 2rem -1rem var(--c-accent);
|
||||
padding: 0.5rem;
|
||||
border-radius: 0.25rem;
|
||||
> a:first-of-type {
|
||||
a.collection-itemTitle {
|
||||
position: static;
|
||||
&::before {
|
||||
content: "";
|
||||
|
@ -293,9 +292,6 @@ ul.collection {
|
|||
}
|
||||
}
|
||||
}
|
||||
> aside {
|
||||
display: inline;
|
||||
}
|
||||
> p {
|
||||
&::before {
|
||||
content: none;
|
||||
|
@ -308,11 +304,6 @@ ul.collection {
|
|||
+ li {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
@media (max-width: 40rem) {
|
||||
.tags {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue