KuniakiTakenaka 2 years ago
parent
commit
83f14f889a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      css/footer.css

+ 2
- 2
css/footer.css View File

17
 footer {
17
 footer {
18
     position: relative;
18
     position: relative;
19
     display: block;
19
     display: block;
20
-    width: 920px;
20
+    width: 100%;
21
     height: 110px;
21
     height: 110px;
22
     bottom: 0px;
22
     bottom: 0px;
23
     margin: 0px 10px 0px 0px;
23
     margin: 0px 10px 0px 0px;
38
 div.footer {
38
 div.footer {
39
     position: relative;
39
     position: relative;
40
     display: block;
40
     display: block;
41
-    width: 920px;
41
+    width: 100%;
42
     height: 80px;
42
     height: 80px;
43
 }
43
 }
44
 
44
 

Loading…
Cancel
Save