/* Add custom CSS styles below */ .navbar-brand img { max-height: 3.0rem; max-width: 150px; width: auto; }
/* Reduce overall site width */ .container, .main-content { max-width: 1100px !important; margin: 0 auto !important; } /* Reduce font sizes */ body { font-size: 14px !important; } h1 { font-size: 22px !important; } h2 { font-size: 20px !important; } h3 { font-size: 18px !important; } /* Smaller buttons */ button, .btn { font-size: 13px !important; padding: 6px 12px !important; } /* Resize images */ img { max-width: 90% !important; height: auto; } /* Smaller icons */ svg, i { width: 18px !important; height: 18px !important; } /* Reduce spacing */ section, .section { padding: 20px 10px !important; }