fix: Removes redundant font size rule for small screens
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:
parent
5511dc55d4
commit
e7f432dfce
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue