diff options
author | Andrew Godwin | 2022-11-18 17:24:43 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-18 17:24:43 -0700 |
commit | 80193114909a3f6ca1eda9a47b6330ef249a8ee5 (patch) | |
tree | 488baeeb9ab98a2d27500c03af70a0a25758e91a /static | |
parent | 81de10b70c85c5222b17d8c4358a8aa8812f2559 (diff) | |
download | takahe-80193114909a3f6ca1eda9a47b6330ef249a8ee5.tar.gz takahe-80193114909a3f6ca1eda9a47b6330ef249a8ee5.tar.bz2 takahe-80193114909a3f6ca1eda9a47b6330ef249a8ee5.zip |
Deployment re-jiggling
Diffstat (limited to 'static')
-rw-r--r-- | static/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css index 5f35cc2..571e812 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -646,6 +646,10 @@ h1.identity small { margin: -10px 0 0 0; } +.bio { + margin: 0 0 20px 0; +} + .system-note { background: var(--color-bg-menu); color: var(--color-text-dull); |