diff --git a/style/style.css b/style/style.css index 4a5f784..6a9fb4a 100644 --- a/style/style.css +++ b/style/style.css @@ -74,8 +74,9 @@ main { .favorite-baxter-photos figure { height: 20rem; - width: 15rem; + width: 20rem; text-wrap: wrap; + text-align: center; } .favorite-baxter-photos img { @@ -84,6 +85,3 @@ main { object-fit: fill; } -figure { - text-align: center; -}