Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/scss/phy/questions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
// if a figure is in the top level of a content block that is not the top level of a page (i.e. preamble), indent it. otherwise (i.e. when inside a layout component), leave it for that component to handle
// TODO: move the padding from this to the layout component (usually accordions!)
padding: 0 3rem;

// Ensure that the top box shadow is not cut off for figures at the top of accordions
&:first-child {
padding-top: 1.5rem;
}
}
}

Expand Down
Loading