77e1a8be by Jeremy Groot

mobile qa fixes

1 parent fc1faaa6
...@@ -14634,6 +14634,21 @@ article > h5 { ...@@ -14634,6 +14634,21 @@ article > h5 {
14634 } 14634 }
14635 14635
14636 @media (max-width: 768px) { 14636 @media (max-width: 768px) {
14637 .article-wrapper article > h1 {
14638 margin-top: 0;
14639 }
14640 .wp-container-4.wp-container-4, .wp-container-9.wp-container-9, .wp-container-14.wp-container-14 {
14641 gap: 1rem !important;
14642 }
14643 .wp-block-group > .wp-block-group__inner-container > hr:last-child {
14644 margin-top: 0;
14645 }
14646 #brokercontent #page-content article p {
14647 margin: 1rem 0 1rem 0;
14648 }
14649 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
14650 justify-content: center;
14651 }
14637 h1.wp-block-heading { 14652 h1.wp-block-heading {
14638 font-size: 30px !important; 14653 font-size: 30px !important;
14639 } 14654 }
......
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 @media(max-width:768px) { 1 @media(max-width:768px) {
2 2
3 .article-wrapper article > h1 {
4 margin-top:0;
5 }
6
7 .wp-container-4.wp-container-4, .wp-container-9.wp-container-9, .wp-container-14.wp-container-14 {
8 gap:1rem !important;
9 }
10
11 .wp-block-group>.wp-block-group__inner-container>hr:last-child {
12 margin-top:0;
13 }
14
15 #brokercontent #page-content article p {
16 margin:1rem 0 1rem 0;
17 }
18
19 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
20 justify-content: center;
21 }
22
3 h1.wp-block-heading { 23 h1.wp-block-heading {
4 font-size: 30px !important; 24 font-size: 30px !important;
5 } 25 }
......