This commit is contained in:
gnieark 2015-12-09 20:31:49 +01:00
parent d811f9379d
commit acb6109b51
2 changed files with 3 additions and 2 deletions

View File

@ -199,6 +199,7 @@ if (isset($_POST['xd_check'])){
?>
</section>
<footer>
<a href="/p/About">A propos</a><a href="/p/legals">Mentions légales</a>
</footer>
</body>
</html>

View File

@ -28,12 +28,12 @@ header h1{
float: right;
}
#menus{
#menus, footer{
margin-left: 50px;
width:100%;
display: table;
}
#menus a{
#menus a, footer{
color: #fff;
display: table-cell;
text-decoration: none;