ss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
25 additions
and
6 deletions
| ... | @@ -20187,6 +20187,11 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20187,6 +20187,11 @@ ul.sf_date_field .sf-datepicker { |
| 20187 | color: white; | 20187 | color: white; |
| 20188 | gap: 1.625rem; | 20188 | gap: 1.625rem; |
| 20189 | } | 20189 | } |
| 20190 | @media only screen and (max-width: 67.063rem) { | ||
| 20191 | .article-card a { | ||
| 20192 | gap: 0rem; | ||
| 20193 | } | ||
| 20194 | } | ||
| 20190 | .article-card a:hover .news-title { | 20195 | .article-card a:hover .news-title { |
| 20191 | text-decoration: underline; | 20196 | text-decoration: underline; |
| 20192 | } | 20197 | } |
| ... | @@ -20340,6 +20345,12 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20340,6 +20345,12 @@ ul.sf_date_field .sf-datepicker { |
| 20340 | width: 290px; | 20345 | width: 290px; |
| 20341 | text-align: center; | 20346 | text-align: center; |
| 20342 | } | 20347 | } |
| 20348 | @media only screen and (max-width: 67.063rem) { | ||
| 20349 | .load-more-link-out { | ||
| 20350 | margin-top: 30px; | ||
| 20351 | } | ||
| 20352 | } | ||
| 20353 | |||
| 20343 | .load-more-link-out:hover { | 20354 | .load-more-link-out:hover { |
| 20344 | background: #669999; | 20355 | background: #669999; |
| 20345 | color: #fff; | 20356 | color: #fff; |
| ... | @@ -20386,6 +20397,10 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20386,6 +20397,10 @@ ul.sf_date_field .sf-datepicker { |
| 20386 | overflow: hidden; | 20397 | overflow: hidden; |
| 20387 | position: relative; | 20398 | position: relative; |
| 20388 | } | 20399 | } |
| 20400 | .mobile-article-list .sm .content, | ||
| 20401 | .mobile-article-list .lg .content { | ||
| 20402 | padding-top: 1rem; | ||
| 20403 | } | ||
| 20389 | .mobile-article-list .sm a, | 20404 | .mobile-article-list .sm a, |
| 20390 | .mobile-article-list .lg a { | 20405 | .mobile-article-list .lg a { |
| 20391 | flex-direction: column; | 20406 | flex-direction: column; |
| ... | @@ -20393,14 +20408,13 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20393,14 +20408,13 @@ ul.sf_date_field .sf-datepicker { |
| 20393 | } | 20408 | } |
| 20394 | .mobile-article-list .sm .news-title, | 20409 | .mobile-article-list .sm .news-title, |
| 20395 | .mobile-article-list .lg .news-title { | 20410 | .mobile-article-list .lg .news-title { |
| 20396 | margin-top: 10px; | ||
| 20397 | margin-bottom: 10px; | 20411 | margin-bottom: 10px; |
| 20398 | font-size: 18px !important; | 20412 | font-size: 18px !important; |
| 20399 | line-height: 23px !important; | 20413 | line-height: 23px !important; |
| 20400 | } | 20414 | } |
| 20401 | .mobile-article-list .sm .published, | 20415 | .mobile-article-list .sm .published, |
| 20402 | .mobile-article-list .lg .published { | 20416 | .mobile-article-list .lg .published { |
| 20403 | margin-top: 14px; | 20417 | margin-top: 0px; |
| 20404 | } | 20418 | } |
| 20405 | .mobile-article-list .sm p, | 20419 | .mobile-article-list .sm p, |
| 20406 | .mobile-article-list .lg p { | 20420 | .mobile-article-list .lg p { | ... | ... |
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.
| ... | @@ -150,6 +150,9 @@ | ... | @@ -150,6 +150,9 @@ |
| 150 | a { | 150 | a { |
| 151 | color:white; | 151 | color:white; |
| 152 | gap: 1.625rem; | 152 | gap: 1.625rem; |
| 153 | @media only screen and (max-width: 67.063rem) { | ||
| 154 | gap: 0rem; | ||
| 155 | } | ||
| 153 | &:hover { | 156 | &:hover { |
| 154 | 157 | ||
| 155 | .news-title { | 158 | .news-title { |
| ... | @@ -322,7 +325,7 @@ | ... | @@ -322,7 +325,7 @@ |
| 322 | width: 290px; | 325 | width: 290px; |
| 323 | text-align: center; | 326 | text-align: center; |
| 324 | @media only screen and (max-width: 67.063rem) { | 327 | @media only screen and (max-width: 67.063rem) { |
| 325 | 328 | margin-top: 30px; | |
| 326 | } | 329 | } |
| 327 | } | 330 | } |
| 328 | .load-more-link-out:hover{ | 331 | .load-more-link-out:hover{ |
| ... | @@ -371,19 +374,21 @@ | ... | @@ -371,19 +374,21 @@ |
| 371 | position: relative; | 374 | position: relative; |
| 372 | 375 | ||
| 373 | } | 376 | } |
| 377 | .content{ | ||
| 378 | padding-top: 1rem; | ||
| 379 | } | ||
| 374 | a{ | 380 | a{ |
| 375 | flex-direction: column; | 381 | flex-direction: column; |
| 376 | height: 100%; | 382 | height: 100%; |
| 377 | } | 383 | } |
| 378 | .news-title{ | 384 | .news-title{ |
| 379 | margin-top: 10px; | ||
| 380 | margin-bottom: 10px; | 385 | margin-bottom: 10px; |
| 381 | font-size: 18px !important; | 386 | font-size: 18px !important; |
| 382 | line-height: 23px !important; | 387 | line-height: 23px !important; |
| 383 | 388 | ||
| 384 | } | 389 | } |
| 385 | .published{ | 390 | .published{ |
| 386 | margin-top: 14px; | 391 | margin-top: 0px; |
| 387 | } | 392 | } |
| 388 | p{ | 393 | p{ |
| 389 | font-size: 14px !important; | 394 | font-size: 14px !important; | ... | ... |
| ... | @@ -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.33 | 5 | Version: 1.0.34 |
| 6 | */ | 6 | */ |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment