From 40b0ed967818fd3f0568ef8e4b42bf13d4077dad Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Sat, 23 Jan 2021 11:24:28 -0700 Subject: Small tweaks to CSS styles --- styles/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/style.css b/styles/style.css index 4fecfa4..c9fd7ae 100644 --- a/styles/style.css +++ b/styles/style.css @@ -55,6 +55,7 @@ section h1 { form { text-align: left; padding: 5px 5px 5px 50px; + display: inline-block; } nav a { @@ -106,8 +107,11 @@ h3 {margin: 0; padding: 0;} footer { font-size: 65%; - padding: 3px 0 0 0; + margin-top: 6px; color: #999; + text-align: left; + display: inline-block; + width: 100%; } textarea { -- cgit v1.2.3