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 {
}
.mobile-article-list ul {
flex-wrap: nowrap;
width: 1400px;
width: 1500px;
}
.mobile-article-list .sm,
.mobile-article-list .lg {
......@@ -20391,6 +20391,21 @@ ul.sf_date_field .sf-datepicker {
flex-direction: column;
height: 100%;
}
.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;
}
.mobile-article-list .sm p,
.mobile-article-list .lg p {
font-size: 14px !important;
}
}
@media only screen and (max-width: 500px) {
.mobile-article-list {
......@@ -20402,7 +20417,7 @@ ul.sf_date_field .sf-datepicker {
}
.mobile-article-list ul {
flex-wrap: nowrap;
width: 1400px;
width: 1500px;
}
.mobile-article-list .sm,
.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 @@
width: 100vw;
ul{
flex-wrap: nowrap;
width: 1400px;
width: 1500px;
}
.sm,
.lg{
......@@ -375,6 +375,19 @@
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;
}
p{
font-size: 14px !important;
}
}
}
......@@ -389,12 +402,13 @@
margin-bottom: 24px;
ul{
flex-wrap: nowrap;
width: 1400px;
width: 1500px;
}
.sm,
.lg{
max-width: 80vw;
min-width: 80vw;
}
}
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.32
Version: 1.0.33
*/
\ No newline at end of file
......