oont-contents/plugins/astra-addon/addons/advanced-footer/assets/css/unminified/layout-7-rtl.css
2025-02-08 15:10:23 +01:00

20 lines
630 B
CSS

/*---------- Media Query min-width Structure ----------*/
/*---------- Media Query max-width Structure ----------*/
/*---------- Break-point min-width Structure ----------*/
/*---------- Break-point max-width Structure ----------*/
.footer-adv-layout-7 .footer-adv-widget-1 .widget:last-child {
margin: 0 0 2.8em;
}
@media (min-width: 769px) {
.footer-adv-layout-7 .footer-adv-widget-1 {
text-align: center;
}
}
@media all and (max-width: 768px) {
.footer-adv-layout-7 .footer-adv-widget-2 .widget:last-child,
.footer-adv-layout-7 .footer-adv-widget-3 .widget:last-child {
margin: 0 0 2.8em;
}
}