26ba0593 by Jeff Balicki

eee

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 5edb4f8b
...@@ -20366,7 +20366,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -20366,7 +20366,7 @@ ul.sf_date_field .sf-datepicker {
20366 } 20366 }
20367 .mobile-article-list ul { 20367 .mobile-article-list ul {
20368 flex-wrap: nowrap; 20368 flex-wrap: nowrap;
20369 width: 1400px; 20369 width: 1500px;
20370 } 20370 }
20371 .mobile-article-list .sm, 20371 .mobile-article-list .sm,
20372 .mobile-article-list .lg { 20372 .mobile-article-list .lg {
...@@ -20391,6 +20391,21 @@ ul.sf_date_field .sf-datepicker { ...@@ -20391,6 +20391,21 @@ ul.sf_date_field .sf-datepicker {
20391 flex-direction: column; 20391 flex-direction: column;
20392 height: 100%; 20392 height: 100%;
20393 } 20393 }
20394 .mobile-article-list .sm .news-title,
20395 .mobile-article-list .lg .news-title {
20396 margin-top: 10px;
20397 margin-bottom: 10px;
20398 font-size: 18px !important;
20399 line-height: 23px !important;
20400 }
20401 .mobile-article-list .sm .published,
20402 .mobile-article-list .lg .published {
20403 margin-top: 14px;
20404 }
20405 .mobile-article-list .sm p,
20406 .mobile-article-list .lg p {
20407 font-size: 14px !important;
20408 }
20394 } 20409 }
20395 @media only screen and (max-width: 500px) { 20410 @media only screen and (max-width: 500px) {
20396 .mobile-article-list { 20411 .mobile-article-list {
...@@ -20402,7 +20417,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -20402,7 +20417,7 @@ ul.sf_date_field .sf-datepicker {
20402 } 20417 }
20403 .mobile-article-list ul { 20418 .mobile-article-list ul {
20404 flex-wrap: nowrap; 20419 flex-wrap: nowrap;
20405 width: 1400px; 20420 width: 1500px;
20406 } 20421 }
20407 .mobile-article-list .sm, 20422 .mobile-article-list .sm,
20408 .mobile-article-list .lg { 20423 .mobile-article-list .lg {
......
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.
...@@ -353,7 +353,7 @@ ...@@ -353,7 +353,7 @@
353 width: 100vw; 353 width: 100vw;
354 ul{ 354 ul{
355 flex-wrap: nowrap; 355 flex-wrap: nowrap;
356 width: 1400px; 356 width: 1500px;
357 } 357 }
358 .sm, 358 .sm,
359 .lg{ 359 .lg{
...@@ -375,6 +375,19 @@ ...@@ -375,6 +375,19 @@
375 flex-direction: column; 375 flex-direction: column;
376 height: 100%; 376 height: 100%;
377 } 377 }
378 .news-title{
379 margin-top: 10px;
380 margin-bottom: 10px;
381 font-size: 18px !important;
382 line-height: 23px !important;
383
384 }
385 .published{
386 margin-top: 14px;
387 }
388 p{
389 font-size: 14px !important;
390 }
378 391
379 } 392 }
380 } 393 }
...@@ -389,12 +402,13 @@ ...@@ -389,12 +402,13 @@
389 margin-bottom: 24px; 402 margin-bottom: 24px;
390 ul{ 403 ul{
391 flex-wrap: nowrap; 404 flex-wrap: nowrap;
392 width: 1400px; 405 width: 1500px;
393 } 406 }
394 .sm, 407 .sm,
395 .lg{ 408 .lg{
396 max-width: 80vw; 409 max-width: 80vw;
397 min-width: 80vw; 410 min-width: 80vw;
411
398 } 412 }
399 } 413 }
400 414
......
...@@ -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.32 5 Version: 1.0.33
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......