From af6352fdd719bf95842217a857769eb5d69e45c4 Mon Sep 17 00:00:00 2001 From: IanWold Date: Wed, 4 Dec 2024 15:18:17 -0600 Subject: [PATCH] div align self stretch --- Static/site.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Static/site.css b/Static/site.css index 9203fcd..dca3af2 100644 --- a/Static/site.css +++ b/Static/site.css @@ -182,9 +182,13 @@ main { } div { - width: 100%; + align-self: stretch; } + iframe { + width: 100%; + } + > section:last-child, > article:last-child { margin-bottom: 2rem; }