forked from 42CTF/website
fixed broken responsive design for footer
This commit is contained in:
parent
6522982975
commit
f9535dcae3
|
@ -121,17 +121,17 @@
|
|||
<img width="250px" src="https://discordapp.com/api/guilds/606162827274616845/widget.png?style=banner2">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<div class="col-md-1 col-xs-1">
|
||||
<a href="https://twitter.com/42ctf">
|
||||
<img width="50px" src="{% static "img/twitter.png" %}">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-2 footer-text">
|
||||
<div class="col-md-2 footer-text col-xs-2">
|
||||
<p>42ctf@protonmail.com <br>Made with <img src="{% static "img/smoke.png" %}" width="20px" style="margin-top:-5px"> by <a href="https://ix-56h.github.io/">ix-56h</a> - <a href="{% url "cgu" %}">CGU</a></p>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<div class="col-md-1 col-xs-1">
|
||||
<a href="https://fr.linkedin.com/company/42ctf">
|
||||
<img width="50px" src="{% static "img/linkedin.png" %}">
|
||||
<img width="50px" src="{% static "img/linkedin.png" %}" style="margin-bottom:5px">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
|
|
Loading…
Reference in New Issue