From 0e7e19355a980b092afd1dcb7d3df32f3e4a1499 Mon Sep 17 00:00:00 2001 From: Akash Nimare Date: Thu, 27 Sep 2018 12:05:52 +0530 Subject: [PATCH] team: Minor design fixes. Decrease the font-size of profile description. Add a maring to "Last updated" text and fix the font-size for the same. --- static/styles/portico.scss | 7 ++++++- templates/zerver/team.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/static/styles/portico.scss b/static/styles/portico.scss index 28b5340666c2e..c8689236dd54e 100644 --- a/static/styles/portico.scss +++ b/static/styles/portico.scss @@ -929,6 +929,10 @@ a.bottom-signup-button { font-weight: 400; font-size: 0.8em; opacity: 0.8; + p { + /* Avoid double-applying the 1.2em font-size here */ + font-size: 1em; + } } .team .core-team { @@ -1044,7 +1048,8 @@ input#terminal:checked ~ #tab-terminal { .tab-loading, .last-updated { color: #aaa; - font-size: 0.8em; + font-size: 0.9em !important; + padding-top: 30px; text-align: center; } diff --git a/templates/zerver/team.html b/templates/zerver/team.html index 90c6ec4e66b88..22bc50ee6930c 100644 --- a/templates/zerver/team.html +++ b/templates/zerver/team.html @@ -182,7 +182,7 @@

Our amazing community

- Statistic last updated: {{ date }} + Last updated: {{ date }}