Tweak spacing on company pages (#472)

This commit is contained in:
James Nylen 2018-08-15 14:08:52 -05:00 committed by GitHub
parent 59dba260a7
commit 5733a39842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -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;
}

View file

@ -12,7 +12,8 @@
rel="noopener noreferrer"
>{{ company.websiteText }}</a>
{% if company.shortRegion %}
&bull; {{ company.shortRegion }}
<span role="separator"></span>
{{ company.shortRegion }}
{% endif %}
</div>