fix
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
7 changed files
with
12 additions
and
2 deletions
| ... | @@ -19463,6 +19463,11 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19463,6 +19463,11 @@ ul.sf_date_field .sf-datepicker { |
| 19463 | #main .entry-content { | 19463 | #main .entry-content { |
| 19464 | position: relative; | 19464 | position: relative; |
| 19465 | } | 19465 | } |
| 19466 | @media only screen and (max-width: 67.063rem) { | ||
| 19467 | #main .entry-content { | ||
| 19468 | width: calc(100vw - 48px); | ||
| 19469 | } | ||
| 19470 | } | ||
| 19466 | 19471 | ||
| 19467 | .entry-footer { | 19472 | .entry-footer { |
| 19468 | display: none; | 19473 | display: none; |
| ... | @@ -20319,7 +20324,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20319,7 +20324,7 @@ ul.sf_date_field .sf-datepicker { |
| 20319 | @media only screen and (max-width: 67.063rem) { | 20324 | @media only screen and (max-width: 67.063rem) { |
| 20320 | .carousel:not(.is-admin) { | 20325 | .carousel:not(.is-admin) { |
| 20321 | left: 0%; | 20326 | left: 0%; |
| 20322 | width: 100vw; | 20327 | width: calc(100vw - 24px); |
| 20323 | padding: 0rem 0rem; | 20328 | padding: 0rem 0rem; |
| 20324 | } | 20329 | } |
| 20325 | } | 20330 | } |
| ... | @@ -21209,6 +21214,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -21209,6 +21214,7 @@ ul.sf_date_field .sf-datepicker { |
| 21209 | @media only screen and (max-width: 67.063rem) { | 21214 | @media only screen and (max-width: 67.063rem) { |
| 21210 | .news-and-stories-block { | 21215 | .news-and-stories-block { |
| 21211 | display: block; | 21216 | display: block; |
| 21217 | width: calc(100vw - 48px); | ||
| 21212 | } | 21218 | } |
| 21213 | } | 21219 | } |
| 21214 | .news-and-stories-block .post-list-left-col { | 21220 | .news-and-stories-block .post-list-left-col { | ... | ... |
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.
| ... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
| 9 | height: 280px; | 9 | height: 280px; |
| 10 | @media only screen and (max-width:67.063rem) { | 10 | @media only screen and (max-width:67.063rem) { |
| 11 | left: 0%; | 11 | left: 0%; |
| 12 | width: 100vw; | 12 | width: calc(100vw - 24px); |
| 13 | padding: 0rem 0rem; | 13 | padding: 0rem 0rem; |
| 14 | 14 | ||
| 15 | } | 15 | } | ... | ... |
| ... | @@ -6,6 +6,7 @@ | ... | @@ -6,6 +6,7 @@ |
| 6 | margin:24px 0; | 6 | margin:24px 0; |
| 7 | @media only screen and (max-width:67.063rem) { | 7 | @media only screen and (max-width:67.063rem) { |
| 8 | display: block; | 8 | display: block; |
| 9 | width: calc(100vw - 48px); | ||
| 9 | } | 10 | } |
| 10 | .post-list-left-col { | 11 | .post-list-left-col { |
| 11 | flex-basis: 50%; | 12 | flex-basis: 50%; | ... | ... |
-
Please register or sign in to post a comment