summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-06 07:46:35 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-06 07:46:35 +0200
commitc49cbed7037bd310be1b197d364fd78292a51974 (patch)
tree3371335168e34d8a73d2c2893b9e19409cb55020 /style.css
parent6d5e8cc696717b46c77df85cd4a52322526923cd (diff)
downloadmutti-web-c49cbed7037bd310be1b197d364fd78292a51974.tar.gz
mutti-web-c49cbed7037bd310be1b197d364fd78292a51974.tar.bz2
mutti-web-c49cbed7037bd310be1b197d364fd78292a51974.zip
Further byte optimization
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/style.css b/style.css
index 4802f0e..aeb0be9 100644
--- a/style.css
+++ b/style.css
@@ -35,7 +35,7 @@ body > * {
input, textarea {
padding: 2px 5px;
color: var(--text-color);
- margin-bottom: 15px;
+ margin-bottom: 1em;
}
textarea {
width: 100%;
@@ -229,7 +229,6 @@ article .intro {
footer {
- margin: 0 auto;
padding: 20px 0;
text-align: center;
font-size: .8em;