Skip to content

Commit

Permalink
div align self stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold committed Dec 4, 2024
1 parent 36cc046 commit af6352f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Static/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,13 @@ main {
}

div {
width: 100%;
align-self: stretch;
}

iframe {
width: 100%;
}

> section:last-child, > article:last-child {
margin-bottom: 2rem;
}
Expand Down

0 comments on commit af6352f

Please sign in to comment.