3eda9a89 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 668a1090
......@@ -14647,6 +14647,7 @@ h1 + p, .h1 + p {
line-height: 28px;
margin-bottom: 25px;
font-family: "trade-gothic-next";
max-width: 600px;
}
.hero-content h1 + p, .hero-content .h1 + p {
font-size: 20px;
......@@ -15133,7 +15134,7 @@ td.hidden {
height: 69px;
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
padding: 15px 22px;
padding: 0px 22px;
}
@media only screen and (max-width: 768px) {
.table-like__item {
......@@ -15144,20 +15145,21 @@ td.hidden {
.table-like__item .item {
width: 100%;
}
.table-like__item .item-content {
.table-like__item a {
display: inline-block;
width: 80%;
vertical-align: top;
font-size: 16px;
line-height: 24px;
}
.table-like__item .item-content a {
width: 100%;
font-weight: 500;
text-decoration: none;
font-size: 16px;
line-height: 24px;
color: #1A3668;
margin-top: 20px;
}
.table-like__item a:hover {
text-decoration: underline;
}
.table-like__item .button {
all: unset;
......@@ -15169,6 +15171,7 @@ td.hidden {
}
.table-like__item .button:hover {
font-weight: bold;
text-decoration: none;
background-color: #132C55 !important;
}
......@@ -15176,7 +15179,7 @@ td.hidden {
margin-top: 20px;
}
#resources_wrapper td {
vertical-align: top;
vertical-align: middle;
}
.resources .category-filter-group {
......@@ -15210,6 +15213,7 @@ td.hidden {
height: 50px;
width: 40px;
margin-right: 10px;
margin-top: 15px;
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
......@@ -15228,6 +15232,10 @@ td.hidden {
display: block;
}
p.intro {
max-width: 600px;
}
.green-block {
margin: 60px 0px;
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){
} ?>
<tr class="table-like__item">
<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>
<td class="item">
<a target="_blank" role="button" href="<?php echo wp_get_attachment_url($id); ?>"><?php echo $post->post_title; ?></a>
</td>
<td class="hidden"> <?php echo $cat; ?></td>
<td class="hidden"><?php echo get_post_time('U',false, $id ); ?></td>
......
......@@ -58,6 +58,7 @@
line-height: 28px;
margin-bottom: 25px;
font-family:"trade-gothic-next";
max-width: 600px;
}
h1 + p { font-size: 20px; }
......
......@@ -216,7 +216,7 @@ td.hidden {
height: 69px;
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
padding: 15px 22px;
padding: 0px 22px;
@media only screen and (max-width: 768px) {
height: auto;
width: 110%;
......@@ -224,22 +224,25 @@ td.hidden {
.item {
width: 100%;
}
.item-content {
display: inline-block;
width: 80%;
vertical-align: top;
font-size: 16px;
line-height: 24px;
a {
width: 100%;
a {
display: inline-block;
width: 80%;
vertical-align: top;
font-size: 16px;
line-height: 24px;
font-weight: 500;
text-decoration: none;
font-size: 16px;
line-height: 24px;
color: #1A3668;
margin-top: 20px;
}
}
a:hover{
text-decoration: underline;
}
.button{
all: unset;
cursor: pointer;
......@@ -250,13 +253,14 @@ td.hidden {
}
.button:hover{
font-weight: bold;
text-decoration: none;
background-color: #132C55 !important;
}
}
#resources_wrapper {
margin-top: 20px;
td {
vertical-align: top;
vertical-align: middle;
}
}
.resources {
......@@ -286,7 +290,8 @@ td.hidden {
content: "";
height: 50px;
width: 40px;
margin-right: 10px;
margin-right: 10px;
margin-top: 15px;
@media only screen and (max-width: 768px) {
height: 30px;
width: 40px;
......@@ -305,3 +310,7 @@ td.hidden {
.category-type {
display: block;
}
p.intro{
max-width: 600px;
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0029
Version: 1.2.0030
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......