From 43c962f442165327d73756c62501ff823d43f9f3 Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 31 Mar 2025 18:43:53 +0200 Subject: positions dans table page, fil d'ariane en haut, logo dans footer --- public/css/foot.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'public/css/foot.css') diff --git a/public/css/foot.css b/public/css/foot.css index ef3291d..0e454ac 100644 --- a/public/css/foot.css +++ b/public/css/foot.css @@ -32,13 +32,13 @@ footer > div border-bottom: 2px #ff1d04 solid; } - /*-- fil d'ariane --*/ .breadcrumb { - max-width: 45%; + /*max-width: 45%;*/ /*margin-right: 10px;*/ - margin: 16px 0; /* = p */ + /*margin: 16px 0;*/ /* = p */ + padding: 10px; list-style: none; /* retirer les puces */ font-size: small; text-align: right; @@ -67,6 +67,12 @@ footer > div display: block; margin: 0 3px; }*/ + +.footer_logo img +{ + max-width: 288px; +} + .breadcrumb a { color: unset; /* ne plus hériter */ @@ -101,7 +107,7 @@ footer > div { margin: 5px 0; display: flex; - justify-content: space-around; + justify-content: center; } .logged_in button { @@ -117,4 +123,4 @@ footer > div cursor: pointer; /* curseur qui touche du doigt */ background-color: #ffff00; border-radius: 4px; -} \ No newline at end of file +} -- cgit v1.2.3