aboutsummaryrefslogtreecommitdiff
path: root/static/css/skunky.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/skunky.css')
-rw-r--r--static/css/skunky.css22
1 files changed, 9 insertions, 13 deletions
diff --git a/static/css/skunky.css b/static/css/skunky.css
index bdc894c..a7258c8 100644
--- a/static/css/skunky.css
+++ b/static/css/skunky.css
@@ -19,11 +19,10 @@ header h1 {
header form {
align-self: center;
}
-header {
+header, form {
display: flex;
}
form {
- font-size: 0;
border: solid #164e3e 1px;
max-width: fit-content;
}
@@ -147,21 +146,18 @@ input:focus {
font-size: 80%
}
- center form {
- font-size: 60%
- }
-
- header form {
- font-size: 60%;
- max-width: unset;
- border: 0;
- }
- header, center {
+ header {
+ margin-left: 3%;
text-align: center;
- display: block;
+ display: inline-block;
clear: both;
font-size: 200%;
}
+
+ form {
+ font-size: 60%;
+ border: solid #164e3e 5px;
+ }
.content {
margin: auto;