diff --git a/style.css b/style.css index b945dcd..9696c76 100644 --- a/style.css +++ b/style.css @@ -79,6 +79,7 @@ li { flex-direction: row; flex-wrap: wrap; justify-content: space-between; + align-items: center; padding-left: 0; row-gap: 0.5rem; gap: 0.5rem; @@ -125,6 +126,7 @@ li { flex: 1; flex-direction: column; justify-content: space-evenly; + align-items: center; gap: 0.5rem; }