ecfdf989 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent d9899466
...@@ -18097,7 +18097,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -18097,7 +18097,7 @@ ul.sf_date_field .sf-datepicker {
18097 } 18097 }
18098 } 18098 }
18099 .full-black .wp-block-columns { 18099 .full-black .wp-block-columns {
18100 gap: 0em; 18100 gap: 25px;
18101 } 18101 }
18102 .full-black h2, .full-black .h2 { 18102 .full-black h2, .full-black .h2 {
18103 color: #fff; 18103 color: #fff;
...@@ -20057,10 +20057,8 @@ ul.sf_date_field .sf-datepicker { ...@@ -20057,10 +20057,8 @@ ul.sf_date_field .sf-datepicker {
20057 } 20057 }
20058 20058
20059 .article-card { 20059 .article-card {
20060 max-width: 31rem;
20061 min-width: 31rem;
20062 min-height: 8.438rem; 20060 min-height: 8.438rem;
20063 margin-right: 12px; 20061 margin-right: 24px;
20064 } 20062 }
20065 .article-card a { 20063 .article-card a {
20066 color: white; 20064 color: white;
...@@ -20100,7 +20098,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -20100,7 +20098,7 @@ ul.sf_date_field .sf-datepicker {
20100 font-weight: bold; 20098 font-weight: bold;
20101 margin: 0; 20099 margin: 0;
20102 font-size: 22px; 20100 font-size: 22px;
20103 margin-bottom: 10px; 20101 margin-bottom: 0px;
20104 line-height: 28px !important; 20102 line-height: 28px !important;
20105 max-height: 5rem; 20103 max-height: 5rem;
20106 overflow: hidden; 20104 overflow: hidden;
......
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.
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
195 width: calc(100vw + 50px); 195 width: calc(100vw + 50px);
196 } 196 }
197 .wp-block-columns{ 197 .wp-block-columns{
198 gap: 0em; 198 gap: 25px;
199 } 199 }
200 h2{ 200 h2{
201 color:#fff; 201 color:#fff;
......
...@@ -127,10 +127,10 @@ ...@@ -127,10 +127,10 @@
127 127
128 128
129 .article-card { 129 .article-card {
130 max-width: 31rem; 130 //max-width: 31rem;
131 min-width: 31rem; 131 // min-width: 31rem;
132 min-height: 8.438rem; 132 min-height: 8.438rem;
133 margin-right: 12px; 133 margin-right: 24px;
134 a { 134 a {
135 color:white; 135 color:white;
136 gap: 1.625rem; 136 gap: 1.625rem;
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
178 font-weight: bold; 178 font-weight: bold;
179 margin:0; 179 margin:0;
180 font-size: 22px; 180 font-size: 22px;
181 margin-bottom:10px; 181 margin-bottom:0px;
182 line-height: 28px !important; 182 line-height: 28px !important;
183 max-height: 5rem; 183 max-height: 5rem;
184 overflow: hidden; 184 overflow: hidden;
......
...@@ -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.5309 5 Version: 1.0.5310
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......