Skip to content

Commit

Permalink
add gallery css
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkidd committed Feb 17, 2025
1 parent 3fdf06c commit 8027367
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ul.nav-list .nav-list-item .nav-list-link {
.main-content h1 {
font-size: 2.8em !important;
font-weight: 400;
clear: right; // keeps border line from overlapping floating images
clear: both; // keeps border line from overlapping floating images
color: $adaptation-purple;
}

Expand Down Expand Up @@ -162,7 +162,7 @@ p.note-title > p:first-child, blockquote.note-title > p:first-child {

hr {
background-color: $orange-lighter;
clear: right; // clear floating images
clear: both; // clear floating images
}


Expand All @@ -182,18 +182,14 @@ footer {
width: calc(33% - 1rem);
}

.clear-right {
clear: right;
}

blockquote, p.note, p.warning, p.important, p.idea {
clear: right; // callouts will appear below floating photos, like h1 and h2
clear: both; // callouts will appear below floating photos, like h1 and h2
border-radius: unset; // match goingtoseed.org
box-shadow: unset; // match goingtoseed.org
}

div.language-plaintext {
clear: right;
clear: both;
}

// Print-only styles.
Expand Down

0 comments on commit 8027367

Please sign in to comment.