fix(css): adjust selector to target only the last section

Updated CSS to ensure .category-link applies only to the last
section element. This change prevents unintended styling of
elements in other sections, enhancing the page's visual accuracy. Fixes #30.
This commit is contained in:
Kumi 2024-08-26 12:48:49 +02:00
parent dd5ed051b9
commit 03993a8fce
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -206,7 +206,7 @@ h1 {
text-align: center;
}
section>.category-link {
section:last-child>.category-link {
display: inline;
font-size: 0.8em;
}