Skip to content

Commit

Permalink
adds margin-top to header of video container
Browse files Browse the repository at this point in the history
  • Loading branch information
jsandland committed Dec 17, 2024
1 parent 451f48a commit d15fae0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions express/blocks/how-to-v2/how-to-v2.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ main .how-to-v2 h2 {
padding: 0 24px;
}

main .video-how-to-v2 {
margin-top: 20px;
}

main .how-to-v2 ol {
list-style-type: none;
font-size: 21px;
Expand Down Expand Up @@ -108,6 +104,10 @@ main .how-to-v2 ol.steps .step .step-content h3:hover {
padding: 8px 0 8px 16px;
}

main .how-to-v2.video .video-container {
margin-top: 20px;
}

main .how-to-v2.image .image-container {
margin-top: 20px;
width: 100%;
Expand Down

0 comments on commit d15fae0

Please sign in to comment.