2c1bff3f by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 727194ab
......@@ -15066,6 +15066,12 @@ label[for=quicksearch] {
cursor: pointer;
color: #2c2c2c;
}
@media only screen and (max-width: 768px) {
.category-type label,
.category-filter label {
white-space: break-spaces;
}
}
.category-type input[type=checkbox],
.category-filter input[type=checkbox] {
display: inline-block;
......@@ -15225,6 +15231,7 @@ td.hidden {
@media only screen and (max-width: 768px) {
.table-like__item a {
margin-top: 0px;
width: 70%;
}
}
.table-like__item a:hover {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -91,6 +91,10 @@ label[for="quicksearch"] {
white-space: nowrap;
cursor: pointer;
color: #2c2c2c;
@media only screen and (max-width: 768px) {
white-space:break-spaces;
}
}
input[type="checkbox"] {
display: inline-block;
......@@ -243,6 +247,7 @@ td.hidden {
margin-top: 20px;
@media only screen and (max-width: 768px) {
margin-top: 0px;
width: 70%;
}
}
a:hover{
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0036
Version: 1.2.0037
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......