From 0c41d958e716cb14a54db07c211b38082f2e7c02 Mon Sep 17 00:00:00 2001 From: Rick Yentzer Date: Wed, 16 Oct 2019 22:28:46 -0400 Subject: [PATCH] Update size to width on some of the fields I changed the attribute of `size` to `width` when describing the width of the field --- content/docs/guides/portfolio/contents.lr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/guides/portfolio/contents.lr b/content/docs/guides/portfolio/contents.lr index ac1fbab2..e41ad02f 100644 --- a/content/docs/guides/portfolio/contents.lr +++ b/content/docs/guides/portfolio/contents.lr @@ -61,17 +61,17 @@ size = large [fields.date] label = Date type = date -size = 1/4 +width = 1/4 [fields.type] label = Project type type = string -size = 1/4 +width = 1/4 [fields.website] label = Website type = url -size = 1/2 +width = 1/2 [fields.description] label = Description