From 51359fdcf6122b57df6c9151838314747628e949 Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Tue, 2 Jul 2024 13:46:36 -0700 Subject: [PATCH] Update flex-basis.html --- flexbox/ratios/flex-basis.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flexbox/ratios/flex-basis.html b/flexbox/ratios/flex-basis.html index b640ead3..56e28fd0 100644 --- a/flexbox/ratios/flex-basis.html +++ b/flexbox/ratios/flex-basis.html @@ -41,6 +41,7 @@ text-align: right; width: 90%; max-width: 700px; + min-width: 500px; padding: 5px 10px 5px 26px; font-size: 100%; } @@ -48,6 +49,7 @@ section { width: 90%; max-width: 700px; + min-width: 500px; border: 1px solid #4d4e53; border-radius: 2px; padding: 10px 14px 10px 10px;