10 lines
184 B
CSS
10 lines
184 B
CSS
@media all and (max-width: 525px) {
|
|
.hero-table {
|
|
width: 100%!important;
|
|
max-width: 100%!important;
|
|
}
|
|
|
|
.hero-table-right {
|
|
margin-top: 20px;
|
|
}
|
|
} |