forked from MarseyWorld/MarseyWorld
sdffsd
parent
816b22464d
commit
6e4385396c
|
@ -73,9 +73,11 @@
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
table {
|
@media (max-width: 767.98px) {
|
||||||
display: inline-block;
|
table {
|
||||||
overflow: auto;
|
display: inline-block;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
@ -496,9 +496,11 @@ line breaks
|
||||||
{% include "expanded_image_modal.html" %}
|
{% include "expanded_image_modal.html" %}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
table {
|
@media (max-width: 767.98px) {
|
||||||
display: inline-block;
|
table {
|
||||||
overflow: auto;
|
display: inline-block;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue