mirror of
https://github.com/remoteintech/remote-jobs
synced 2024-12-26 12:23:09 +00:00
Tweak spacing on company pages (#472)
This commit is contained in:
parent
59dba260a7
commit
5733a39842
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
rel="noopener noreferrer"
|
||||
>{{ company.websiteText }}</a>
|
||||
{% if company.shortRegion %}
|
||||
• {{ company.shortRegion }}
|
||||
<span role="separator"></span>
|
||||
{{ company.shortRegion }}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue