Riley
KPCKevin Powell - Community
•Created by ZrizzyOP on 10/18/2023 in #front-end
Icons are not centered in half screen
padding-inline: 0
will center them without making the element any bigger6 replies
KPCKevin Powell - Community
•Created by ZrizzyOP on 10/18/2023 in #front-end
Icons are not centered in half screen
Do you just want to add
padding-inline: 3rem
(or however much you want) to your ul
?6 replies
KPCKevin Powell - Community
•Created by Riley on 10/18/2023 in #front-end
Conform container size to centered grid content
I think that might be the best choice - the issue in the real site is that they are images, and I have been trying to keep them at a low size just to keep file sizes down, but they look okay scaled up a bit too
4 replies
KPCKevin Powell - Community
•Created by Riley on 10/18/2023 in #front-end
Conform container size to centered grid content
The problem with
justify-content: space-between
, by the way, is that it creates very large gaps between each item (particularly bad when the screen is small enough to only have two items. I would like those to be centered instead4 replies