Spaces:
Sleeping
Sleeping
Update templates/philosophie.html
Browse files
templates/philosophie.html
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
|
|
|
|
|
2 |
<!DOCTYPE html>
|
3 |
<html lang="fr">
|
4 |
<head>
|
@@ -19,7 +21,6 @@
|
|
19 |
--primary-hover: #4338ca;
|
20 |
--text-color: #374151; /* Gris foncé */
|
21 |
--background-color: #f8f9fa;
|
22 |
-
--container-bg: #ffffff;
|
23 |
--border-color: #e5e7eb;
|
24 |
}
|
25 |
|
@@ -36,10 +37,7 @@
|
|
36 |
.container {
|
37 |
max-width: 960px;
|
38 |
margin: 0 auto;
|
39 |
-
|
40 |
-
padding: 40px;
|
41 |
-
border-radius: 12px;
|
42 |
-
box-shadow: 0 6px 20px rgba(0,0,0,0.08);
|
43 |
}
|
44 |
|
45 |
h1 {
|
@@ -172,7 +170,7 @@
|
|
172 |
background-size: 100% 40px;
|
173 |
border-left: 3px solid #ffaaab;
|
174 |
padding-left: 4em;
|
175 |
-
margin: 40px
|
176 |
padding-top: 30px;
|
177 |
padding-bottom: 40px;
|
178 |
padding-right: 30px;
|
|
|
1 |
|
2 |
+
|
3 |
+
|
4 |
<!DOCTYPE html>
|
5 |
<html lang="fr">
|
6 |
<head>
|
|
|
21 |
--primary-hover: #4338ca;
|
22 |
--text-color: #374151; /* Gris foncé */
|
23 |
--background-color: #f8f9fa;
|
|
|
24 |
--border-color: #e5e7eb;
|
25 |
}
|
26 |
|
|
|
37 |
.container {
|
38 |
max-width: 960px;
|
39 |
margin: 0 auto;
|
40 |
+
/* Suppression du style "frame": background, padding, border-radius, box-shadow */
|
|
|
|
|
|
|
41 |
}
|
42 |
|
43 |
h1 {
|
|
|
170 |
background-size: 100% 40px;
|
171 |
border-left: 3px solid #ffaaab;
|
172 |
padding-left: 4em;
|
173 |
+
margin: 40px 0 0; /* Ajustement pour le design plat */
|
174 |
padding-top: 30px;
|
175 |
padding-bottom: 40px;
|
176 |
padding-right: 30px;
|