חיטוי משטחים

טען עוד
.inner-footer { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; direction: rtl; gap: 40px; } /* עמודות תפריט */ .footer-menus { display: flex; flex: 3 1 70%; justify-content: flex-end; gap: 30px; flex-wrap: wrap; } .inner-footer { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; direction: rtl; gap: 0; } .inner-footer > div { flex: 1 1 20%; max-width: 20%; box-sizing: border-box; padding: 0 10px; } .inner-footer > div p, .inner-footer > div ul, .inner-footer > div li { margin: 0 0 8px 0; }