mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 01:32:05 +01:00 
			
		
		
		
	Better footer on small screens
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
		@@ -4,13 +4,13 @@
 | 
			
		||||
<footer class="text-primary mt-lg-auto">
 | 
			
		||||
    <div class="container-fluid">
 | 
			
		||||
        <div class="row">
 | 
			
		||||
            <div class="col-sm-1">
 | 
			
		||||
            <div class="col-sm-2 col-lg-1">
 | 
			
		||||
                <span class="text-muted mr-1">
 | 
			
		||||
                    <a target="_blank" href="mailto:contact@tfjm.org"
 | 
			
		||||
                       class="text-muted"><i class="fas fa-envelope"></i> {% trans "Contact us" %}</a>
 | 
			
		||||
                </span>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="col-sm-1">
 | 
			
		||||
            <div class="col-sm-2 col-lg-1">
 | 
			
		||||
                <form action="{% url 'set_language' %}" method="post"
 | 
			
		||||
                      class="form-inline">
 | 
			
		||||
                    {% csrf_token %}
 | 
			
		||||
@@ -32,7 +32,7 @@
 | 
			
		||||
                    </noscript>
 | 
			
		||||
                </form>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="col-sm-9">
 | 
			
		||||
            <div class="col-sm-7 col-lg-9">
 | 
			
		||||
 | 
			
		||||
                    <a target="_blank" class="text-muted" href="{% url "about" %}">{% trans "About" %}</a>   —  
 | 
			
		||||
                    <a target="_blank" class="text-muted" href="/doc/">Documentation</a>   —  
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user