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 { ...@@ -20131,6 +20131,12 @@ ul.sf_date_field .sf-datepicker {
20131 .news-and-stories-block ul .article-card.lg a { 20131 .news-and-stories-block ul .article-card.lg a {
20132 gap: 0; 20132 gap: 0;
20133 } 20133 }
20134 .news-and-stories-block ul .article-card.lg .news-title {
20135 margin-bottom: 10px;
20136 }
20137 .news-and-stories-block ul .article-card.lg .published {
20138 margin-top: 14px;
20139 }
20134 .news-and-stories-block ul .article-card.sm .overlay { 20140 .news-and-stories-block ul .article-card.sm .overlay {
20135 position: absolute; 20141 position: absolute;
20136 top: 0; 20142 top: 0;
...@@ -20199,6 +20205,8 @@ ul.sf_date_field .sf-datepicker { ...@@ -20199,6 +20205,8 @@ ul.sf_date_field .sf-datepicker {
20199 .article-card .content p { 20205 .article-card .content p {
20200 display: block; 20206 display: block;
20201 word-break: break-word; 20207 word-break: break-word;
20208 font-size: 14px;
20209 line-height: 16px;
20202 } 20210 }
20203 .article-card .content p:hover { 20211 .article-card .content p:hover {
20204 text-decoration: none !important; 20212 text-decoration: none !important;
...@@ -20222,7 +20230,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -20222,7 +20230,7 @@ ul.sf_date_field .sf-datepicker {
20222 font-weight: normal; 20230 font-weight: normal;
20223 display: inline-block; 20231 display: inline-block;
20224 text-decoration: none !important; 20232 text-decoration: none !important;
20225 margin-top: 8px; 20233 margin-top: 10px;
20226 } 20234 }
20227 .article-card .content .author-name { 20235 .article-card .content .author-name {
20228 font-size: 0.875rem; 20236 font-size: 0.875rem;
...@@ -20379,6 +20387,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -20379,6 +20387,7 @@ ul.sf_date_field .sf-datepicker {
20379 position: relative; 20387 position: relative;
20380 overflow: scroll; 20388 overflow: scroll;
20381 width: 100vw; 20389 width: 100vw;
20390 margin-bottom: 24px;
20382 } 20391 }
20383 .mobile-article-list ul { 20392 .mobile-article-list ul {
20384 flex-wrap: nowrap; 20393 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 ) { ...@@ -116,7 +116,6 @@ function pull_posts_for_post_list( $data ) {
116 if(!$img) { 116 if(!$img) {
117 $img = get_post_meta($post->ID, 'photo_from_source', true); 117 $img = get_post_meta($post->ID, 'photo_from_source', true);
118 } 118 }
119 error_log($excerpt);
120 $posts[] = ['date'=>get_the_time( ' F j, Y', $post), 119 $posts[] = ['date'=>get_the_time( ' F j, Y', $post),
121 'article_author'=>$article_author,'author_title'=>$author_title, 120 'article_author'=>$article_author,'author_title'=>$author_title,
122 'author_company'=>$author_company,'href'=>get_permalink($post),'title'=>$post->post_title, 121 'author_company'=>$author_company,'href'=>get_permalink($post),'title'=>$post->post_title,
......
...@@ -85,6 +85,12 @@ ...@@ -85,6 +85,12 @@
85 gap:0; 85 gap:0;
86 86
87 } 87 }
88 .news-title{
89 margin-bottom: 10px;
90 }
91 .published{
92 margin-top: 14px;
93 }
88 } 94 }
89 &.sm { 95 &.sm {
90 96
...@@ -179,6 +185,8 @@ ...@@ -179,6 +185,8 @@
179 p{ 185 p{
180 display: block; 186 display: block;
181 word-break: break-word; 187 word-break: break-word;
188 font-size: 14px;
189 line-height: 16px;
182 } 190 }
183 p:hover{ 191 p:hover{
184 text-decoration: none !important; 192 text-decoration: none !important;
...@@ -202,7 +210,7 @@ ...@@ -202,7 +210,7 @@
202 font-weight: normal; 210 font-weight: normal;
203 display: inline-block; 211 display: inline-block;
204 text-decoration: none !important; 212 text-decoration: none !important;
205 margin-top: 8px; 213 margin-top: 10px;
206 } 214 }
207 .author-name { 215 .author-name {
208 font-size:0.875rem; 216 font-size:0.875rem;
...@@ -361,6 +369,7 @@ ...@@ -361,6 +369,7 @@
361 flex-direction: column; 369 flex-direction: column;
362 height: 100%; 370 height: 100%;
363 } 371 }
372
364 } 373 }
365 } 374 }
366 } 375 }
...@@ -371,6 +380,7 @@ ...@@ -371,6 +380,7 @@
371 position: relative; 380 position: relative;
372 overflow: scroll; 381 overflow: scroll;
373 width: 100vw; 382 width: 100vw;
383 margin-bottom: 24px;
374 ul{ 384 ul{
375 flex-wrap: nowrap; 385 flex-wrap: nowrap;
376 width: 1400px; 386 width: 1400px;
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.28 5 Version: 1.0.29
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......