From e4010e7043f129a9d24161a15ead7d4ffa84855c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 13 Sep 2023 20:37:40 -0700 Subject: feat(css): center items --- css/index.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'css/index.css') diff --git a/css/index.css b/css/index.css index 833b404..1df6417 100644 --- a/css/index.css +++ b/css/index.css @@ -57,6 +57,18 @@ body { border-bottom: 1px solid var(--color1); padding-bottom: 10px; margin-bottom: 5px; + display: flex; + justify-content: space-between; +} + +.link-collection a { + flex: 1; + text-align: center; + margin-right: 20px; +} + +.link-collection a:last-child { + margin-right: 0; } img { @@ -71,4 +83,5 @@ img { a { color: var(--color2); + text-decoration: none; } -- cgit v1.2.3