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.)