Commit b8be301 1 parent 0cbdb08 commit b8be301 Copy full SHA for b8be301
File tree 2 files changed +20
-11
lines changed
triangle-mosaic-demo/src/components/app
2 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 26
26
27
27
# sidebar > footer {
28
28
text-align : center;
29
+ margin-bottom : 2rem ;
29
30
}
30
31
31
32
# sidebar > footer > .byLine {
32
- font-size : 1.1rem ;
33
+ margin-top : 1rem ;
34
+ font-size : 0.8rem ;
33
35
}
34
36
35
37
# sidebar > footer a {
39
41
text-decoration : none;
40
42
}
41
43
44
+ # sidebar > footer > .byLine a {
45
+ padding : 0 ;
46
+ font-size : 0.8rem ;
47
+ }
48
+
42
49
# sidebar > footer a : hover ,
43
50
# sidebar > footer a : active {
44
51
text-decoration : underline;
Original file line number Diff line number Diff line change @@ -61,36 +61,38 @@ const App = () => {
61
61
/>
62
62
</ div >
63
63
< footer >
64
- < div className = 'byLine' >
64
+ < div >
65
65
< a
66
- href = 'https://github.com/bence-toth'
66
+ href = 'https://github.com/bence-toth/triangle-mosaic#readme '
67
67
target = '_blank'
68
68
rel = 'noopener noreferrer'
69
69
>
70
- by Bence A. Tóth
70
+ About
71
71
</ a >
72
- </ div >
73
- < div >
74
72
< a
75
- href = 'https://github.com/bence-toth/triangle-mosaic#readme '
73
+ href = 'https://github.com/bence-toth/triangle-mosaic/issues '
76
74
target = '_blank'
77
75
rel = 'noopener noreferrer'
78
76
>
79
- About
77
+ Report a bug
80
78
</ a >
81
79
< a
82
80
href = 'https://github.com/bence-toth/triangle-mosaic#license'
83
81
target = '_blank'
84
82
rel = 'noopener noreferrer'
85
83
>
86
- License
84
+ License (MIT)
87
85
</ a >
86
+ </ div >
87
+ < div className = 'byLine' >
88
+ made with ❤ by
89
+ { ' ' }
88
90
< a
89
- href = 'https://github.com/bence-toth/triangle-mosaic/issues '
91
+ href = 'https://github.com/bence-toth'
90
92
target = '_blank'
91
93
rel = 'noopener noreferrer'
92
94
>
93
- Report a bug
95
+ Bence A. Tóth
94
96
</ a >
95
97
</ div >
96
98
</ footer >
You can’t perform that action at this time.
0 commit comments