19 lines
216 B
CSS
19 lines
216 B
CSS
.btn-search {
|
|
margin-left: 15px;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.btn-search {
|
|
margin-left: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
table{
|
|
table-layout: fixed;
|
|
}
|
|
|
|
td{
|
|
word-wrap: break-word
|
|
} |