summaryrefslogtreecommitdiff
path: root/public/css/foot.css
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-04-29 00:27:06 +0200
committerpolo <ordipolo@gmx.fr>2025-04-29 00:27:06 +0200
commit5fc1a655e0271b583f3caa009524ea9d99a8bd3e (patch)
tree6af87a085a403dbf123907d26dfde7eed1765da4 /public/css/foot.css
parent962d315ec0c99974df3dc2261bf94c54ca8cdbdd (diff)
downloadcms-5fc1a655e0271b583f3caa009524ea9d99a8bd3e.zip
page menu et chemins, partie4
Diffstat (limited to 'public/css/foot.css')
-rw-r--r--public/css/foot.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/css/foot.css b/public/css/foot.css
index 91f67ab..038d33b 100644
--- a/public/css/foot.css
+++ b/public/css/foot.css
@@ -6,6 +6,7 @@ footer
6 background-color: #B7E9FE; 6 background-color: #B7E9FE;
7 /*width: 1200px;*/ 7 /*width: 1200px;*/
8 margin: auto; 8 margin: auto;
9 padding: 0 20px;
9 10
10} 11}
11footer > div 12footer > div
@@ -72,6 +73,20 @@ footer > div
72{ 73{
73 max-width: 288px; 74 max-width: 288px;
74} 75}
76@media screen and (max-width: 1000px)
77{
78 .footer .contact
79 {
80 width: 70px;
81 }
82}
83@media screen and (max-width: 800px)
84{
85 footer > div
86 {
87 flex-direction: column;
88 }
89}
75 90
76.breadcrumb a 91.breadcrumb a
77{ 92{