@import './reset.css'; @import './components/ContentGrid.css'; @import './components/theme-colors.css'; html{ font-family: Roboto,sans-serif; line-height: 1.15; } body { font-size: 18px; } a { text-decoration: none; } a:hover { text-decoration: none; } .container{ margin: 0 auto; width: 1200px; padding-bottom: 60px; /* Подберите высоту под ваш свернутый футер */ } .header-info{ width: 100%; background: #303030; margin-bottom: 20px; } .header__widgets{ padding: 0.4375rem 0; color: #fff; font-size: 0.8rem; line-height: 1.2; width: 1200px; margin: 0 auto; } .current-date{ font-weight: 700; } @media (max-width: 767px) { .container{ max-width: 100%; } }