From 43d650a5d484ef3791c0f2c8e382aabd5be06b00 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Wed, 24 Jan 2024 07:03:28 -0800 Subject: [PATCH] Better alt styles page layout I had tested this with less variety in the list of styles, now that I'm seeing it live I realize we need more consistency and more space! --- app/assets/stylesheets/alt_styles/_index.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/alt_styles/_index.sass b/app/assets/stylesheets/alt_styles/_index.sass index ad81bfa4..d2ab25d0 100644 --- a/app/assets/stylesheets/alt_styles/_index.sass +++ b/app/assets/stylesheets/alt_styles/_index.sass @@ -3,8 +3,9 @@ body.alt_styles-index list-style: none display: flex justify-content: center - gap: 1em flex-wrap: wrap + gap: 1.5em .alt-style text-align: center + width: 80px