scope ul font-size rule to prevent global CSS pollution
All checks were successful
CI / update (push) Successful in 9s
All checks were successful
CI / update (push) Successful in 9s
The global 'ul' selector was affecting all unordered lists across the app after visiting /glaube/rosenkranz. This caused layout issues with action buttons on recipe pages where the internal symbols would shift to the top instead of being centered. Fixed by scoping the rule to only apply to ul elements within .gebet containers.
This commit is contained in:
@@ -2,7 +2,7 @@ div.gebet{
|
||||
text-align: center;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
ul {
|
||||
.gebet ul {
|
||||
font-size: 120%;
|
||||
}
|
||||
.gebet v{
|
||||
|
||||
Reference in New Issue
Block a user