summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCflip <36554078+cflip@users.noreply.github.com>2021-01-23 11:24:28 -0700
committerCflip <36554078+cflip@users.noreply.github.com>2021-01-23 11:24:28 -0700
commit40b0ed967818fd3f0568ef8e4b42bf13d4077dad (patch)
treec8c63dc0cf1f8379e34db8cfb23f74b7a9118340
parent19a3704acbf9801c0b1491a84828496ef46bc840 (diff)
Small tweaks to CSS styles
-rw-r--r--styles/style.css6
1 files changed, 5 insertions, 1 deletions
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 {