12 lines
210 B
CSS
12 lines
210 B
CSS
.header-logo {
|
|
text-align: center!important;
|
|
}
|
|
@media all and (max-width: 640) {
|
|
.header-table td {
|
|
width: 100%!important;
|
|
}
|
|
.header-logo {
|
|
text-align: center!important;
|
|
}
|
|
}
|