274e1795 by Jeff Balicki

www

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 5f512a80
...@@ -20133,10 +20133,15 @@ ul.sf_date_field .sf-datepicker { ...@@ -20133,10 +20133,15 @@ ul.sf_date_field .sf-datepicker {
20133 } 20133 }
20134 .news-and-stories-block ul .article-card.lg .news-title { 20134 .news-and-stories-block ul .article-card.lg .news-title {
20135 margin-bottom: 10px; 20135 margin-bottom: 10px;
20136 font-size: 22px;
20137 line-height: 28px;
20136 } 20138 }
20137 .news-and-stories-block ul .article-card.lg .published { 20139 .news-and-stories-block ul .article-card.lg .published {
20138 margin-top: 14px; 20140 margin-top: 14px;
20139 } 20141 }
20142 .news-and-stories-block ul .article-card.lg p {
20143 font-size: 16px;
20144 }
20140 .news-and-stories-block ul .article-card.sm .overlay { 20145 .news-and-stories-block ul .article-card.sm .overlay {
20141 position: absolute; 20146 position: absolute;
20142 top: 0; 20147 top: 0;
......
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.
...@@ -87,10 +87,16 @@ ...@@ -87,10 +87,16 @@
87 } 87 }
88 .news-title{ 88 .news-title{
89 margin-bottom: 10px; 89 margin-bottom: 10px;
90 font-size: 22px;
91 line-height: 28px;
92
90 } 93 }
91 .published{ 94 .published{
92 margin-top: 14px; 95 margin-top: 14px;
93 } 96 }
97 p{
98 font-size: 16px;
99 }
94 } 100 }
95 &.sm { 101 &.sm {
96 102
......
...@@ -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.29 5 Version: 1.0.31
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......