From 3cfc97d5c14da16126647f250d607e6d5eebc30d Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Fri, 20 Oct 2023 16:31:13 -0700 Subject: [PATCH] Improve image sizing --- src/posts/DescriptionListStyling.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/posts/DescriptionListStyling.md b/src/posts/DescriptionListStyling.md index 1947eff..181f1d9 100644 --- a/src/posts/DescriptionListStyling.md +++ b/src/posts/DescriptionListStyling.md @@ -11,7 +11,7 @@ The `
` element is useful for displaying metadata or a read only version of a These are some basic styles to use by default: Basic Description List Styles + width="186" height="152" /> ```html
@@ -53,7 +53,7 @@ dd + dd { This styling will put the `
` elements in one column and the `
` elements into another. This can cause issues on small screens, so it supports breakpoints where it will fall back to the default style. Side-By-Side Columns Description List Styles + width="242" height="153" /> ```html
@@ -126,7 +126,7 @@ $wsu-breakpoint-map: ( You can also mix this with the default stacked style: Mixed Description List Styles + width="252" height="160" /> ```html
@@ -148,10 +148,10 @@ You can also mix this with the default stacked style: ## Index List -This styling is for a list of links with a description. This is particularly useful for index pages that have an actual list of pages. +This styling is for a list of links with a description. This is particularly useful for index pages that have an actual list of pages: Mixed Description List Styles + width="261" height="129" /> ```html