From 1769b7b02fe14d38f4f14147ed6f4a565967728b Mon Sep 17 00:00:00 2001 From: Andrej Karpathy Date: Sat, 27 Nov 2021 14:31:18 -0800 Subject: [PATCH] minor profile page html/css cleanup --- static/style.css | 4 ++-- templates/profile.html | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 9e5f22d..c65d78c 100644 --- a/static/style.css +++ b/static/style.css @@ -244,9 +244,9 @@ body { } #profilewrap { margin: 10px 40px 0 40px; - font-size: 14px; + font-size: 16px; } #aboutwrap { margin: 10px 40px 0 40px; - font-size: 14px; + font-size: 16px; } diff --git a/templates/profile.html b/templates/profile.html index 679943e..eff3e82 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -8,10 +8,13 @@ {% if user %}
-
Logged in user: {{ user }}
+
+
Current session
+
Logged in user: {{ user }}
+

- Email recommendations +
Email recommendations
Users can receive regular new paper recommendations via email based on their tags. (This is still being developed, may not be running or may be unreliable.)