Skip to content

Commit

Permalink
Tweak spacing on company pages (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Aug 15, 2018
1 parent 59dba26 commit 5733a39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site/assets/site.css
Expand Up @@ -2,11 +2,11 @@
* Global styles
*/

footer span[role=separator] {
span[role=separator] {
padding: 0 0.2em;
}

footer span[role=separator]::before {
span[role=separator]::before {
content: '\2022';
font-weight: 700;
}
Expand Down
3 changes: 2 additions & 1 deletion site/templates/company.html
Expand Up @@ -12,7 +12,8 @@ <h1 class="company-name">{{ company.name }}</h1>
rel="noopener noreferrer"
>{{ company.websiteText }}</a>
{% if company.shortRegion %}
&bull; {{ company.shortRegion }}
<span role="separator"></span>
{{ company.shortRegion }}
{% endif %}
</div>

Expand Down

0 comments on commit 5733a39

Please sign in to comment.