df73e496 by Jeremy Groot

updates to mobile

1 parent b16a13c3
...@@ -14635,15 +14635,15 @@ article > h5 { ...@@ -14635,15 +14635,15 @@ article > h5 {
14635 } 14635 }
14636 14636
14637 #mobile-header-image { 14637 #mobile-header-image {
14638 display: none; 14638 display: none !important;
14639 } 14639 }
14640 14640
14641 @media (max-width: 768px) { 14641 @media (max-width: 768px) {
14642 #header-image { 14642 #header-image {
14643 display: none; 14643 display: none !important;
14644 } 14644 }
14645 #mobile-header-image { 14645 #mobile-header-image {
14646 display: block; 14646 display: block !important;
14647 } 14647 }
14648 .article-wrapper article > h1 { 14648 .article-wrapper article > h1 {
14649 margin-top: 0; 14649 margin-top: 0;
......
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.
1 #mobile-header-image { 1 #mobile-header-image {
2 display: none; 2 display: none !important;
3 } 3 }
4 @media(max-width:768px) { 4 @media(max-width:768px) {
5 5
6 #header-image { 6 #header-image {
7 display: none; 7 display: none !important;
8 } 8 }
9 9
10 #mobile-header-image { 10 #mobile-header-image {
11 display: block; 11 display: block !important;
12 } 12 }
13 13
14 .article-wrapper article > h1 { 14 .article-wrapper article > h1 {
......