f5e0b1f3 by Jeff Balicki

mobile fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 49d3c301
......@@ -17091,6 +17091,7 @@ ul.sf_date_field .sf-datepicker {
width: 100%;
margin: 0px;
height: 100vh;
padding-top: 40px;
}
}
@media screen and (max-width: 900px) {
......@@ -17267,6 +17268,12 @@ ul.sf_date_field .sf-datepicker {
color: #000000;
text-decoration: none;
flex-direction: row;
word-break: break-all;
}
@media screen and (max-width: 950px) {
#search-wrapper #main > article a {
flex-direction: column;
}
}
#search-wrapper #main > article a:hover h2.entry-title, #search-wrapper #main > article a:hover .entry-title.h2 {
text-decoration: underline;
......
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.
......@@ -459,6 +459,7 @@ ul.sf_date_field {
width: 100%;
margin: 0px;
height: 100vh;
padding-top: 40px;
}
.searchandfilter {
......
......@@ -53,6 +53,10 @@
color: #000000;
text-decoration: none;
flex-direction: row;
word-break: break-all;
@media screen and (max-width: 950px) {
flex-direction: column;
}
&:hover {
h2.entry-title {
......