diff options
author | gbmor <ahriman@falte.red> | 2020-04-15 20:25:48 -0400 |
---|---|---|
committer | gbmor <ahriman@falte.red> | 2020-04-15 20:25:48 -0400 |
commit | 3bcab69710b6c42c0da9c618cdaaf9ad11f17762 (patch) | |
tree | 39deaee1ac3ff5de3b025223c7b520d3d2dcb8eb | |
parent | 9954ba099c024d3c71852240c851d1ef3b9a0aee (diff) | |
download | site-3bcab69710b6c42c0da9c618cdaaf9ad11f17762.tar.gz |
removed byline
-rw-r--r-- | tilde.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tilde.css b/tilde.css index c44cb7e..d8f942f 100644 --- a/tilde.css +++ b/tilde.css @@ -15,10 +15,10 @@ body { } #logo { margin-left: 40px; - margin-bottom: 10px; font-size: 2.2em; } #logobyline { + display: none; margin-left: 80px; margin-top: -20px; font-family: monospace; |