Skip to content

Commit

Permalink
About page video margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbirchard committed Dec 15, 2024
1 parent b82ae8e commit bd3109c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/built/page.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/scss/about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.about-header {
display: flex;
flex-direction: column;
margin-bottom: 25px !important;

@media (max-width: $mobile-breakpoint) {
margin: 0 !important;
Expand All @@ -16,11 +17,11 @@
}

.about-video {
margin-bottom: 15px;
margin-bottom: 25px;

@media (max-width: $mobile-breakpoint) {
order: 1;
margin-bottom: 0;
margin-bottom: 15px;
}
}

Expand Down

0 comments on commit bd3109c

Please sign in to comment.