diff options
Diffstat (limited to 'public/css/foot.css')
-rw-r--r-- | public/css/foot.css | 15 |
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 | } |
11 | footer > div | 12 | footer > 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 | { |