ec542fe1 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 0184fabd
...@@ -15264,6 +15264,12 @@ td.hidden { ...@@ -15264,6 +15264,12 @@ td.hidden {
15264 #resources_wrapper td { 15264 #resources_wrapper td {
15265 vertical-align: middle; 15265 vertical-align: middle;
15266 } 15266 }
15267 @media only screen and (max-width: 768px) {
15268 #resources_wrapper td {
15269 vertical-align: top;
15270 padding-top: 20px;
15271 }
15272 }
15267 15273
15268 .resources .category-filter-group { 15274 .resources .category-filter-group {
15269 flex-direction: column; 15275 flex-direction: column;
...@@ -15307,7 +15313,7 @@ td.hidden { ...@@ -15307,7 +15313,7 @@ td.hidden {
15307 height: 30px; 15313 height: 30px;
15308 width: 40px; 15314 width: 40px;
15309 margin-right: 5p; 15315 margin-right: 5p;
15310 margin-top: 10px; 15316 margin-top: 0px;
15311 } 15317 }
15312 } 15318 }
15313 15319
......
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 { ...@@ -272,6 +272,10 @@ td.hidden {
272 margin-top: 20px; 272 margin-top: 20px;
273 td { 273 td {
274 vertical-align: middle; 274 vertical-align: middle;
275 @media only screen and (max-width: 768px) {
276 vertical-align: top;
277 padding-top: 20px;
278 }
275 } 279 }
276 } 280 }
277 .resources { 281 .resources {
...@@ -279,6 +283,7 @@ td.hidden { ...@@ -279,6 +283,7 @@ td.hidden {
279 flex-direction: column; 283 flex-direction: column;
280 @media only screen and (max-width: 1200px) { 284 @media only screen and (max-width: 1200px) {
281 width: 80%; 285 width: 80%;
286
282 } 287 }
283 288
284 .category { 289 .category {
...@@ -307,7 +312,7 @@ td.hidden { ...@@ -307,7 +312,7 @@ td.hidden {
307 height: 30px; 312 height: 30px;
308 width: 40px; 313 width: 40px;
309 margin-right: 5p; 314 margin-right: 5p;
310 margin-top: 10px; 315 margin-top: 0px;
311 316
312 } 317 }
313 display: inline-block; 318 display: inline-block;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.2.0038 8 Version: 1.2.0039
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......