Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit dba946c

Browse files
rename
1 parent 2e89d16 commit dba946c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎src/app/footer/footer.css‎ renamed to ‎src/app/footer/Footer.css‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ footer {
66
color: #333333;
77
bottom: 0;
88
display: table;
9-
width: 100%; /*Optional*/
10-
table-layout: fixed; /*Optional*/
11-
border-spacing: 10px; /*Optional*/
9+
width: 100%;
10+
table-layout: fixed;
11+
border-spacing: 10px;
1212
}
1313

1414
.footer p, .footer a {
@@ -46,8 +46,8 @@ footer {
4646
.logos {
4747
display: table;
4848
padding-left:100px;
49-
table-layout: fixed; /*Optional*/
50-
border-spacing: 10px; /*Optional*/
49+
table-layout: fixed;
50+
border-spacing: 10px;
5151
text-decoration: none;
5252
float:right;
5353
margin-bottom:-60px;

‎src/app/footer/footer.js‎ renamed to ‎src/app/footer/Footer.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ class Footer extends Component {
3333
}
3434
}
3535

36-
export default Footer;
36+
export default Footer;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /