Skip to content

Commit

Permalink
Merge pull request #2 from jack932/wkschanges405
Browse files Browse the repository at this point in the history
fix: close media query
  • Loading branch information
kabalin authored Nov 30, 2023
2 parents d829b29 + a2a28db commit 390378d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@
padding-right: 15px;
}

.course-content ul.flexsections li.section .section-controls {
display: flex;
gap: 1em 1em;
}
.course-content ul.flexsections li.section .section-controls {
display: flex;
gap: 1em 1em;
}

.course-content ul.flexsections li.section .section-controls button.section-addsubsection {
margin-top: 0.25rem;
.course-content ul.flexsections li.section .section-controls button.section-addsubsection {
margin-top: 0.25rem;
}
}

0 comments on commit 390378d

Please sign in to comment.