From 4f41f7283f55333663fdf42ad4da66bd6ad05ce9 Mon Sep 17 00:00:00 2001 From: bt Date: Tue, 28 Nov 2023 13:39:39 -0500 Subject: --- posts/width-vs-flex-basis.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'posts') diff --git a/posts/width-vs-flex-basis.md b/posts/width-vs-flex-basis.md index 534a42f..ea8ba44 100644 --- a/posts/width-vs-flex-basis.md +++ b/posts/width-vs-flex-basis.md @@ -1,6 +1,5 @@ -# Width or Flex-Basis? - -2018-11-28 +[[!meta title="Width or Flex-Basis?"]] +[[!meta date="2018-11-28"]] Creating rows and columns of elements that adapt dynamically can be a little tricky depending on the desired outcome. Let's breakdown how to solve this issue using both `inline-block` paired with `width` and `flex-basis`. -- cgit v1.2.3-54-g00ecf