9 lines
346 B
CSS
9 lines
346 B
CSS
/*---------- Media Query min-width Structure ----------*/
|
|
/*---------- Media Query max-width Structure ----------*/
|
|
/*---------- Break-point min-width Structure ----------*/
|
|
/*---------- Break-point max-width Structure ----------*/
|
|
@media (min-width: 769px) {
|
|
.footer-adv-layout-1 .footer-adv-widget {
|
|
text-align: center;
|
|
}
|
|
}
|