ec542fe1 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 0184fabd
......@@ -15264,6 +15264,12 @@ td.hidden {
#resources_wrapper td {
vertical-align: middle;
}
@media only screen and (max-width: 768px) {
#resources_wrapper td {
vertical-align: top;
padding-top: 20px;
}
}
.resources .category-filter-group {
flex-direction: column;
......@@ -15307,7 +15313,7 @@ td.hidden {
height: 30px;
width: 40px;
margin-right: 5p;
margin-top: 10px;
margin-top: 0px;
}
}
......
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.
......@@ -272,6 +272,10 @@ td.hidden {
margin-top: 20px;
td {
vertical-align: middle;
@media only screen and (max-width: 768px) {
vertical-align: top;
padding-top: 20px;
}
}
}
.resources {
......@@ -279,6 +283,7 @@ td.hidden {
flex-direction: column;
@media only screen and (max-width: 1200px) {
width: 80%;
}
.category {
......@@ -307,7 +312,7 @@ td.hidden {
height: 30px;
width: 40px;
margin-right: 5p;
margin-top: 10px;
margin-top: 0px;
}
display: inline-block;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0038
Version: 1.2.0039
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......