forked from PrivateCoffee/wikimore
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:
parent
dd5ed051b9
commit
03993a8fce
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
section>.category-link {
|
section:last-child>.category-link {
|
||||||
display: inline;
|
display: inline;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue