File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21
21
- decoration components
22
22
- nav component styling and intersection api
23
23
- CardsColumns.js and Card.js
24
+ - footer copyright
24
25
- Header.js component
25
26
26
27
### Fixed
Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ export default function Footer() {
32
32
</ a >
33
33
</ Link >
34
34
</ Container >
35
+ < Container >
36
+ < p className = { footerStyles . footer__copyright } >
37
+ © Web Dev Path { new Date ( ) . getFullYear ( ) } . All rights reserved.
38
+ </ p >
39
+ </ Container >
35
40
</ footer >
36
41
) ;
37
42
}
Original file line number Diff line number Diff line change 6
6
color : $white ;
7
7
8
8
& __inner {
9
- padding : 2.5rem 0 ;
9
+ padding-top : 2.5rem ;
10
10
text-align : center ;
11
11
12
12
@include tablet {
51
51
max-width : max-content ;
52
52
}
53
53
}
54
+
55
+ & __copyright {
56
+ text-align : center ;
57
+ margin : 0 ;
58
+ font-size : 1rem ;
59
+ padding-bottom : 2.5rem ;
60
+ }
54
61
}
You can’t perform that action at this time.
0 commit comments