From 3058dedfc3f1dbc30eb786285e1109dbdc685226 Mon Sep 17 00:00:00 2001 From: emma Date: Sat, 17 Sep 2022 14:38:30 -0400 Subject: [PATCH] fixed #1 --- assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style.css b/assets/style.css index ab111b3..7bb2476 100644 --- a/assets/style.css +++ b/assets/style.css @@ -147,6 +147,7 @@ p.full { #stickers { display: flex; + flex-wrap: wrap; justify-content: center; gap: 1em; }