diff options
Diffstat (limited to 'public/css/foot.css')
-rw-r--r-- | public/css/foot.css | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/public/css/foot.css b/public/css/foot.css index ad86305..8d0a94d 100644 --- a/public/css/foot.css +++ b/public/css/foot.css | |||
@@ -11,11 +11,15 @@ footer | |||
11 | } | 11 | } |
12 | footer > div | 12 | footer > div |
13 | { | 13 | { |
14 | margin: auto; | ||
15 | max-width: 1200px; | 14 | max-width: 1200px; |
16 | display: flex; | 15 | display: flex; |
17 | justify-content: space-around; | 16 | justify-content: space-around; |
18 | } | 17 | } |
18 | |||
19 | .contact | ||
20 | { | ||
21 | margin: 16px 0; /* alignement avec la <p> autour du logo */ | ||
22 | } | ||
19 | .contact a | 23 | .contact a |
20 | { | 24 | { |
21 | color: unset; | 25 | color: unset; |
@@ -69,11 +73,6 @@ footer > div | |||
69 | margin: 0 3px; | 73 | margin: 0 3px; |
70 | }*/ | 74 | }*/ |
71 | 75 | ||
72 | .contact | ||
73 | { | ||
74 | padding: 0 15px; | ||
75 | } | ||
76 | |||
77 | .footer_logo img | 76 | .footer_logo img |
78 | { | 77 | { |
79 | max-width: 288px; | 78 | max-width: 288px; |
@@ -115,8 +114,7 @@ footer > div | |||
115 | } | 114 | } |
116 | .logged_out | 115 | .logged_out |
117 | { | 116 | { |
118 | /*display: none;*/ | 117 | justify-content: start; /* écrase le space-around dans footer > div */ |
119 | justify-content: start; | ||
120 | } | 118 | } |
121 | .logged_out a | 119 | .logged_out a |
122 | { | 120 | { |