Increase bottom margin
This commit is contained in:
parent
3e3e318eda
commit
d74c4405bf
|
@ -117,7 +117,7 @@ experiences:
|
|||
{% for experience in page.experiences|reverse %}
|
||||
{% set company = site.companies[experience.company] %}
|
||||
|
||||
<div class="mb-8">
|
||||
<div class="mb-12">
|
||||
{% if company.logo %}
|
||||
<div class="float-right mt-2 mb-4 ml-4 w-16 sm:w-24 lg:w-32">
|
||||
<img src="{{ site.images_url }}/build/images/experience/{{ company.logo }}" alt="{{ company.name }} logo">
|
||||
|
|
Loading…
Reference in a new issue