Skip to content

Commit

Permalink
team: Minor design fixes.
Browse files Browse the repository at this point in the history
Decrease the font-size of profile description.
Add a maring to "Last updated" text and fix the
font-size for the same.
  • Loading branch information
akashnimare authored and timabbott committed Sep 27, 2018
1 parent 8e6fba7 commit 0e7e193
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion static/styles/portico.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion templates/zerver/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h1>Our amazing community</h1>
</script>

<p class="last-updated">
Statistic last updated: {{ date }}
Last updated: {{ date }}
</p>
</div>
</div>
Expand Down

0 comments on commit 0e7e193

Please sign in to comment.