Skip to content

Commit 362683c

Browse files
committed
fix page width
1 parent 7d4bad7 commit 362683c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-components/footer/footer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ footer {
22
background-color: #1c1c1c;
33
margin: 0;
44
padding: 1em;
5-
width: 100%;
5+
/* width: 100%; */
66
}
77

88
footer > ul, footer > p {

0 commit comments

Comments
 (0)