Delete empty class

This commit is contained in:
Maria Rushkova 2021-08-05 17:45:13 +02:00
parent 87998ec8df
commit 088350f210

View File

@ -38,14 +38,14 @@
<div class="flex flex-col xxs:flex-row"> <div class="flex flex-col xxs:flex-row">
<div class="flex flex-col mr-5 sl:mr-14"> <div class="flex flex-col mr-5 sl:mr-14">
<p class="text-base text-white mb-5 lg:mb-4">Research</p> <p class="text-base text-white mb-5 lg:mb-4">Research</p>
<ul class=""> <ul>
{% for nav in site.data.footer-research %} {% include {% for nav in site.data.footer-research %} {% include
nav-item.html %} {% endfor %} nav-item.html %} {% endfor %}
</ul> </ul>
</div> </div>
<div class="flex flex-col sl:mr-14"> <div class="flex flex-col sl:mr-14">
<p class="text-base text-white mb-5 lg:mb-4 mr-5">Socials</p> <p class="text-base text-white mb-5 lg:mb-4 mr-5">Socials</p>
<ul class=""> <ul>
{% for nav in site.data.footer-socials %} {% include nav-item.html {% for nav in site.data.footer-socials %} {% include nav-item.html
%} {% endfor %} %} {% endfor %}
</ul> </ul>
@ -54,7 +54,7 @@
<div> <div>
<div class="flex flex-col sl:mr-5"> <div class="flex flex-col sl:mr-5">
<p class="text-base text-white mb-5 lg:mb-4">Projects</p> <p class="text-base text-white mb-5 lg:mb-4">Projects</p>
<ul class=""> <ul>
{% for nav in site.data.footer-projects %} {% include {% for nav in site.data.footer-projects %} {% include
nav-item.html %} {% endfor %} nav-item.html %} {% endfor %}
</ul> </ul>