d575dc7a by Jeff Balicki

ss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 26ba0593
......@@ -20187,6 +20187,11 @@ ul.sf_date_field .sf-datepicker {
color: white;
gap: 1.625rem;
}
@media only screen and (max-width: 67.063rem) {
.article-card a {
gap: 0rem;
}
}
.article-card a:hover .news-title {
text-decoration: underline;
}
......@@ -20340,6 +20345,12 @@ ul.sf_date_field .sf-datepicker {
width: 290px;
text-align: center;
}
@media only screen and (max-width: 67.063rem) {
.load-more-link-out {
margin-top: 30px;
}
}
.load-more-link-out:hover {
background: #669999;
color: #fff;
......@@ -20386,6 +20397,10 @@ ul.sf_date_field .sf-datepicker {
overflow: hidden;
position: relative;
}
.mobile-article-list .sm .content,
.mobile-article-list .lg .content {
padding-top: 1rem;
}
.mobile-article-list .sm a,
.mobile-article-list .lg a {
flex-direction: column;
......@@ -20393,14 +20408,13 @@ ul.sf_date_field .sf-datepicker {
}
.mobile-article-list .sm .news-title,
.mobile-article-list .lg .news-title {
margin-top: 10px;
margin-bottom: 10px;
font-size: 18px !important;
line-height: 23px !important;
}
.mobile-article-list .sm .published,
.mobile-article-list .lg .published {
margin-top: 14px;
margin-top: 0px;
}
.mobile-article-list .sm p,
.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 @@
a {
color:white;
gap: 1.625rem;
@media only screen and (max-width: 67.063rem) {
gap: 0rem;
}
&:hover {
.news-title {
......@@ -322,7 +325,7 @@
width: 290px;
text-align: center;
@media only screen and (max-width: 67.063rem) {
margin-top: 30px;
}
}
.load-more-link-out:hover{
......@@ -371,19 +374,21 @@
position: relative;
}
.content{
padding-top: 1rem;
}
a{
flex-direction: column;
height: 100%;
}
.news-title{
margin-top: 10px;
margin-bottom: 10px;
font-size: 18px !important;
line-height: 23px !important;
}
.published{
margin-top: 14px;
margin-top: 0px;
}
p{
font-size: 14px !important;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.33
Version: 1.0.34
*/
\ No newline at end of file
......