summaryrefslogtreecommitdiffstats
path: root/static/css/style.css
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-19 13:38:25 -0700
committerAndrew Godwin2022-11-19 13:38:25 -0700
commit6e79527bb5743481148f492274b7a19da057366c (patch)
tree344a2080cf5d5f38996a9f991732da98aa33ac5f /static/css/style.css
parent774e91c8a24b85130eb61f2eebf9834ac38fa468 (diff)
downloadtakahe-6e79527bb5743481148f492274b7a19da057366c.tar.gz
takahe-6e79527bb5743481148f492274b7a19da057366c.tar.bz2
takahe-6e79527bb5743481148f492274b7a19da057366c.zip
A few more fixes from going live
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 426308d..1584e68 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -617,6 +617,7 @@ form .button:hover {
height: auto;
object-fit: cover;
margin: -65px -15px 0 -15px;
+ border-radius: 5px 0 0 0;
display: block;
}
@@ -633,6 +634,7 @@ h1.identity .banner {
display: block;
width: calc(100% + 30px);
margin: -65px -15px 20px -15px;
+ border-radius: 5px 0 0 0;
}
h1.identity .icon {
@@ -644,10 +646,10 @@ h1.identity .icon {
h1.identity small {
display: block;
- font-size: 80%;
+ font-size: 60%;
font-weight: normal;
color: var(--color-text-dull);
- margin: -10px 0 0 0;
+ margin: -5px 0 0 0;
}
.bio {
@@ -834,6 +836,11 @@ h1.identity small {
header menu a.identity {
width: 50px;
padding: 10px 10px 0 0;
+ font-size: 0;
+ }
+
+ header menu a.identity i {
+ font-size: 22px;
}
.right-column {