From 24a72ba2cfc0463535c26b1298cdc05121efc604 Mon Sep 17 00:00:00 2001 From: Mayada <115709272+Maddily@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:15:13 +0200 Subject: [PATCH] Improve clarity and grammar in fixed width explanation --- advanced_html_css/responsive_design/natural_responsiveness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced_html_css/responsive_design/natural_responsiveness.md b/advanced_html_css/responsive_design/natural_responsiveness.md index 15ce5b2a1e4..81cca45a443 100644 --- a/advanced_html_css/responsive_design/natural_responsiveness.md +++ b/advanced_html_css/responsive_design/natural_responsiveness.md @@ -66,7 +66,7 @@ In *most* cases, you should avoid setting a height altogether. There are some ex #### When fixed widths are appropriate -Obviously there are cases when a fixed width is appropriate. It's hard to make a universal rule, but in general the smaller your widths the more likely it's fine to make them fixed. For example, a `32px` icon on your page isn't going to benefit from using `max-width` because you probably *don't* want it to shrink. Likewise a `250px` sidebar probably needs to *always* be `250px`. As with anything you just need to consider your options and pick what seems to be the most appropriate. +There are cases when a fixed width is appropriate. It's hard to make a universal rule, but, in general, the smaller your widths, the more acceptable it is to make them fixed. For example, a `32px` icon on your page isn't going to benefit from using `max-width` because you probably *don't* want it to shrink. Likewise, a `250px` sidebar probably needs to *always* be `250px`. As with anything, you need to consider your options and pick what seems to be the most appropriate. ### Use flex and grid