Fix content spacing/centering
This commit is contained in:
		| @@ -31,7 +31,6 @@ h1 { | ||||
|     font-family: 'Roboto', 'sans-serif'; | ||||
|     margin: auto; | ||||
|     text-align: center; | ||||
|     padding-bottom: 0.6em; | ||||
| } | ||||
| p { | ||||
|     font-size: 18px;  | ||||
| @@ -40,7 +39,7 @@ p { | ||||
|  | ||||
| /* HEADER */ | ||||
| header { | ||||
|     margin-bottom: 5%; | ||||
|     margin-bottom: 4%; | ||||
| } | ||||
| #header-container { | ||||
|     padding-bottom: 0; | ||||
|   | ||||
							
								
								
									
										11
									
								
								index.php
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								index.php
									
									
									
									
									
								
							| @@ -27,16 +27,17 @@ | ||||
| <!-- Page Content --> | ||||
| <div class="container"> | ||||
|   <h1>Bienvenue sur <span class="important">FunctionProject</span>! 🎉</h1> | ||||
|   <p class="pt-3">FunctionProject est un projet créé par <a href="https://divlo.fr/" target="_blank">Divlo</a> qui a pour but de rassembler plein de mini-programme (fonctions JavaScript) permettant de faire plusieurs choses comme <b>savoir la météo</b>, générer un <b>nombre aléatoire</b>, etc.  | ||||
|   <p class="mt-5">FunctionProject est un projet créé par <a href="https://divlo.fr/" target="_blank">Divlo</a> qui a pour but de rassembler plein de mini-programme (fonctions JavaScript) permettant de faire plusieurs choses comme <b>savoir la météo</b>, générer un <b>nombre aléatoire</b>, etc.  | ||||
|   <br> <br> | ||||
|   <div><p class="text-center"> | ||||
|   <a href="./views/function-list.php">Cliquez ici pour accéder à la liste des fonctions.</a> | ||||
|   <br> <br> | ||||
|   <a class="d-flex justify-content-center" href="./views/function-list.php">Cliquez ici pour accéder à la liste des fonctions.</a> | ||||
|   <br> | ||||
|   L'intégralité du <a target="_blank" href="https://github.com/Divlo/FunctionProject">code source</a> de ce site est disponible sur <a href="https://github.com/Divlo">mon profil GitHub</a> <i class="fab fa-github"></i>. | ||||
|   <br> | ||||
|   Je suis débutant en programmation donc si je commets une erreur dans le code, n'hésitez pas à me le faire savoir <i class="fas fa-code"></i>. | ||||
|   <br><br> | ||||
|   <br> <br> | ||||
|   Vous pouvez m'envoyer vos avis, suggestion d'ajouts, éventuel bug/problème grâce à ce <a href="https://docs.google.com/forms/d/1NliUWi3lntHDM42Td0C47J0cZKgnYilxT_0UcdmVaog/" target="_blank">Feedback Formulaire</a> 📝. | ||||
|   </p> | ||||
|   </p></div> | ||||
| </div> | ||||
|  | ||||
| <!-- Footer --> | ||||
|   | ||||
| @@ -28,7 +28,7 @@ | ||||
| <div class="container"> | ||||
|     <div class="row"> | ||||
|         <h1>La liste des <span class="important">Fonctions</span> :</h1> | ||||
|             <table class="table table-bordered"> | ||||
|             <table class="table table-bordered mt-5"> | ||||
|                 <thead> | ||||
|                     <tr> | ||||
|                         <th scope="col">Nom</th> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user