From 3c03aeaabc2989d29ee41f92de61cda16c4a237c Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Fri, 7 Oct 2022 20:02:57 +0100 Subject: [PATCH] Tweak styling --- public/css/app.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/css/app.css b/public/css/app.css index 1f068ef..b83f0f1 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -43,10 +43,18 @@ details h2 { .other-links { display: block; - text-align: center; margin: auto; } +.other-links ul { + list-style: none; +} + +.other-links li { + float: left; + margin-right: 1.5em; +} + .trip-meta { display: block; width: 100%;