5f512a80 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent d0a025ee
......@@ -20131,6 +20131,12 @@ ul.sf_date_field .sf-datepicker {
.news-and-stories-block ul .article-card.lg a {
gap: 0;
}
.news-and-stories-block ul .article-card.lg .news-title {
margin-bottom: 10px;
}
.news-and-stories-block ul .article-card.lg .published {
margin-top: 14px;
}
.news-and-stories-block ul .article-card.sm .overlay {
position: absolute;
top: 0;
......@@ -20199,6 +20205,8 @@ ul.sf_date_field .sf-datepicker {
.article-card .content p {
display: block;
word-break: break-word;
font-size: 14px;
line-height: 16px;
}
.article-card .content p:hover {
text-decoration: none !important;
......@@ -20222,7 +20230,7 @@ ul.sf_date_field .sf-datepicker {
font-weight: normal;
display: inline-block;
text-decoration: none !important;
margin-top: 8px;
margin-top: 10px;
}
.article-card .content .author-name {
font-size: 0.875rem;
......@@ -20379,6 +20387,7 @@ ul.sf_date_field .sf-datepicker {
position: relative;
overflow: scroll;
width: 100vw;
margin-bottom: 24px;
}
.mobile-article-list ul {
flex-wrap: nowrap;
......
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.
......@@ -116,7 +116,6 @@ function pull_posts_for_post_list( $data ) {
if(!$img) {
$img = get_post_meta($post->ID, 'photo_from_source', true);
}
error_log($excerpt);
$posts[] = ['date'=>get_the_time( ' F j, Y', $post),
'article_author'=>$article_author,'author_title'=>$author_title,
'author_company'=>$author_company,'href'=>get_permalink($post),'title'=>$post->post_title,
......
......@@ -85,6 +85,12 @@
gap:0;
}
.news-title{
margin-bottom: 10px;
}
.published{
margin-top: 14px;
}
}
&.sm {
......@@ -179,6 +185,8 @@
p{
display: block;
word-break: break-word;
font-size: 14px;
line-height: 16px;
}
p:hover{
text-decoration: none !important;
......@@ -202,7 +210,7 @@
font-weight: normal;
display: inline-block;
text-decoration: none !important;
margin-top: 8px;
margin-top: 10px;
}
.author-name {
font-size:0.875rem;
......@@ -361,6 +369,7 @@
flex-direction: column;
height: 100%;
}
}
}
}
......@@ -371,6 +380,7 @@
position: relative;
overflow: scroll;
width: 100vw;
margin-bottom: 24px;
ul{
flex-wrap: nowrap;
width: 1400px;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.28
Version: 1.0.29
*/
\ No newline at end of file
......