summaryrefslogtreecommitdiff
path: root/posts/width-vs-flex-basis.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/width-vs-flex-basis.md')
-rw-r--r--posts/width-vs-flex-basis.md5
1 files changed, 2 insertions, 3 deletions
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`.