speed up db upgrade

This commit is contained in:
Luke Pulverenti 2016-07-06 01:13:26 -04:00
parent 52feb510c8
commit 8c175cbbbd
19 changed files with 28 additions and 20 deletions

View file

@ -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>