fix: Removes redundant font size rule for small screens
All checks were successful
Build and Deploy Static Site (Pride Theme) / build (push) Successful in 1m48s
Build and Deploy Static Site / build (push) Successful in 1m56s

Eliminates an obsolete font size styling for specific paragraph
elements under a responsive breakpoint. This declutters the
CSS and relies on existing responsive styles for better
consistency across various screen sizes.
This commit is contained in:
Kumi 2024-11-19 21:18:18 +01:00
parent 5511dc55d4
commit e7f432dfce
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -167,10 +167,6 @@ h5 {
/* Responsive Styles */ /* Responsive Styles */
@media (max-width: 991px) { @media (max-width: 991px) {
p.text-center.special-header {
font-size: 3rem;
}
.navbar .container { .navbar .container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;