Skip to content

Commit

Permalink
NA - add css styles to only ship focus
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarajnetcentric committed Feb 21, 2024
1 parent 45252f3 commit a98d4d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,11 @@ main .section.highlight {
color: var(--midnight-blue-color);
}

.default-content-wrapper p:not(p ~ p) img {
body.ship-focus .default-content-wrapper p:not(p ~ p) img {
width: 100%;
}

.default-content-wrapper > h1:first-child {
body.ship-focus .default-content-wrapper > h1:first-child {
position: absolute;
left: 0;
right: 0;
Expand Down

0 comments on commit a98d4d7

Please sign in to comment.