3eda9a89 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 668a1090
...@@ -14647,6 +14647,7 @@ h1 + p, .h1 + p { ...@@ -14647,6 +14647,7 @@ h1 + p, .h1 + p {
14647 line-height: 28px; 14647 line-height: 28px;
14648 margin-bottom: 25px; 14648 margin-bottom: 25px;
14649 font-family: "trade-gothic-next"; 14649 font-family: "trade-gothic-next";
14650 max-width: 600px;
14650 } 14651 }
14651 .hero-content h1 + p, .hero-content .h1 + p { 14652 .hero-content h1 + p, .hero-content .h1 + p {
14652 font-size: 20px; 14653 font-size: 20px;
...@@ -15133,7 +15134,7 @@ td.hidden { ...@@ -15133,7 +15134,7 @@ td.hidden {
15133 height: 69px; 15134 height: 69px;
15134 background: #ffffff 0% 0% no-repeat padding-box; 15135 background: #ffffff 0% 0% no-repeat padding-box;
15135 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137); 15136 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
15136 padding: 15px 22px; 15137 padding: 0px 22px;
15137 } 15138 }
15138 @media only screen and (max-width: 768px) { 15139 @media only screen and (max-width: 768px) {
15139 .table-like__item { 15140 .table-like__item {
...@@ -15144,20 +15145,21 @@ td.hidden { ...@@ -15144,20 +15145,21 @@ td.hidden {
15144 .table-like__item .item { 15145 .table-like__item .item {
15145 width: 100%; 15146 width: 100%;
15146 } 15147 }
15147 .table-like__item .item-content { 15148 .table-like__item a {
15148 display: inline-block; 15149 display: inline-block;
15149 width: 80%; 15150 width: 80%;
15150 vertical-align: top; 15151 vertical-align: top;
15151 font-size: 16px; 15152 font-size: 16px;
15152 line-height: 24px; 15153 line-height: 24px;
15153 }
15154 .table-like__item .item-content a {
15155 width: 100%;
15156 font-weight: 500; 15154 font-weight: 500;
15157 text-decoration: none; 15155 text-decoration: none;
15158 font-size: 16px; 15156 font-size: 16px;
15159 line-height: 24px; 15157 line-height: 24px;
15160 color: #1A3668; 15158 color: #1A3668;
15159 margin-top: 20px;
15160 }
15161 .table-like__item a:hover {
15162 text-decoration: underline;
15161 } 15163 }
15162 .table-like__item .button { 15164 .table-like__item .button {
15163 all: unset; 15165 all: unset;
...@@ -15169,6 +15171,7 @@ td.hidden { ...@@ -15169,6 +15171,7 @@ td.hidden {
15169 } 15171 }
15170 .table-like__item .button:hover { 15172 .table-like__item .button:hover {
15171 font-weight: bold; 15173 font-weight: bold;
15174 text-decoration: none;
15172 background-color: #132C55 !important; 15175 background-color: #132C55 !important;
15173 } 15176 }
15174 15177
...@@ -15176,7 +15179,7 @@ td.hidden { ...@@ -15176,7 +15179,7 @@ td.hidden {
15176 margin-top: 20px; 15179 margin-top: 20px;
15177 } 15180 }
15178 #resources_wrapper td { 15181 #resources_wrapper td {
15179 vertical-align: top; 15182 vertical-align: middle;
15180 } 15183 }
15181 15184
15182 .resources .category-filter-group { 15185 .resources .category-filter-group {
...@@ -15210,6 +15213,7 @@ td.hidden { ...@@ -15210,6 +15213,7 @@ td.hidden {
15210 height: 50px; 15213 height: 50px;
15211 width: 40px; 15214 width: 40px;
15212 margin-right: 10px; 15215 margin-right: 10px;
15216 margin-top: 15px;
15213 display: inline-block; 15217 display: inline-block;
15214 background-size: contain; 15218 background-size: contain;
15215 background-repeat: no-repeat; 15219 background-repeat: no-repeat;
...@@ -15228,6 +15232,10 @@ td.hidden { ...@@ -15228,6 +15232,10 @@ td.hidden {
15228 display: block; 15232 display: block;
15229 } 15233 }
15230 15234
15235 p.intro {
15236 max-width: 600px;
15237 }
15238
15231 .green-block { 15239 .green-block {
15232 margin: 60px 0px; 15240 margin: 60px 0px;
15233 padding: 40px 125px; 15241 padding: 40px 125px;
......
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.
...@@ -118,7 +118,8 @@ function resources($id, $tax){ ...@@ -118,7 +118,8 @@ function resources($id, $tax){
118 } ?> 118 } ?>
119 119
120 <tr class="table-like__item"> 120 <tr class="table-like__item">
121 <td class="item"><div class="item-content"><a target="_blank" role="button" href="<?php echo wp_get_attachment_url($id); ?>"><?php echo $post->post_title; ?></a><div> 121 <td class="item">
122 <a target="_blank" role="button" href="<?php echo wp_get_attachment_url($id); ?>"><?php echo $post->post_title; ?></a>
122 </td> 123 </td>
123 <td class="hidden"> <?php echo $cat; ?></td> 124 <td class="hidden"> <?php echo $cat; ?></td>
124 <td class="hidden"><?php echo get_post_time('U',false, $id ); ?></td> 125 <td class="hidden"><?php echo get_post_time('U',false, $id ); ?></td>
......
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
58 line-height: 28px; 58 line-height: 28px;
59 margin-bottom: 25px; 59 margin-bottom: 25px;
60 font-family:"trade-gothic-next"; 60 font-family:"trade-gothic-next";
61 max-width: 600px;
61 } 62 }
62 h1 + p { font-size: 20px; } 63 h1 + p { font-size: 20px; }
63 64
......
...@@ -216,7 +216,7 @@ td.hidden { ...@@ -216,7 +216,7 @@ td.hidden {
216 height: 69px; 216 height: 69px;
217 background: #ffffff 0% 0% no-repeat padding-box; 217 background: #ffffff 0% 0% no-repeat padding-box;
218 box-shadow: 0px 3px 6px #00000029; 218 box-shadow: 0px 3px 6px #00000029;
219 padding: 15px 22px; 219 padding: 0px 22px;
220 @media only screen and (max-width: 768px) { 220 @media only screen and (max-width: 768px) {
221 height: auto; 221 height: auto;
222 width: 110%; 222 width: 110%;
...@@ -224,22 +224,25 @@ td.hidden { ...@@ -224,22 +224,25 @@ td.hidden {
224 .item { 224 .item {
225 width: 100%; 225 width: 100%;
226 } 226 }
227 .item-content { 227
228
229 a {
228 display: inline-block; 230 display: inline-block;
229 width: 80%; 231 width: 80%;
230 vertical-align: top; 232 vertical-align: top;
231 font-size: 16px; 233 font-size: 16px;
232 line-height: 24px; 234 line-height: 24px;
233 a {
234 width: 100%;
235
236 font-weight: 500; 235 font-weight: 500;
237 text-decoration: none; 236 text-decoration: none;
238 font-size: 16px; 237 font-size: 16px;
239 line-height: 24px; 238 line-height: 24px;
240 color: #1A3668; 239 color: #1A3668;
240 margin-top: 20px;
241 } 241 }
242 a:hover{
243 text-decoration: underline;
242 } 244 }
245
243 .button{ 246 .button{
244 all: unset; 247 all: unset;
245 cursor: pointer; 248 cursor: pointer;
...@@ -250,13 +253,14 @@ td.hidden { ...@@ -250,13 +253,14 @@ td.hidden {
250 } 253 }
251 .button:hover{ 254 .button:hover{
252 font-weight: bold; 255 font-weight: bold;
256 text-decoration: none;
253 background-color: #132C55 !important; 257 background-color: #132C55 !important;
254 } 258 }
255 } 259 }
256 #resources_wrapper { 260 #resources_wrapper {
257 margin-top: 20px; 261 margin-top: 20px;
258 td { 262 td {
259 vertical-align: top; 263 vertical-align: middle;
260 } 264 }
261 } 265 }
262 .resources { 266 .resources {
...@@ -287,6 +291,7 @@ td.hidden { ...@@ -287,6 +291,7 @@ td.hidden {
287 height: 50px; 291 height: 50px;
288 width: 40px; 292 width: 40px;
289 margin-right: 10px; 293 margin-right: 10px;
294 margin-top: 15px;
290 @media only screen and (max-width: 768px) { 295 @media only screen and (max-width: 768px) {
291 height: 30px; 296 height: 30px;
292 width: 40px; 297 width: 40px;
...@@ -305,3 +310,7 @@ td.hidden { ...@@ -305,3 +310,7 @@ td.hidden {
305 .category-type { 310 .category-type {
306 display: block; 311 display: block;
307 } 312 }
313
314 p.intro{
315 max-width: 600px;
316 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -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.0029 8 Version: 1.2.0030
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
......