speed up db upgrade
This commit is contained in:
parent
52feb510c8
commit
8c175cbbbd
19 changed files with 28 additions and 20 deletions
|
@ -5,13 +5,21 @@
|
|||
|
||||
.txtSearch {
|
||||
text-indent: 7.5%;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 650px) {
|
||||
|
||||
.txtSearch {
|
||||
text-indent: 10%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 500px) {
|
||||
|
||||
.txtSearch {
|
||||
text-indent: 10%;
|
||||
text-indent: 12.5%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue