Skip to content

Commit b8be301

Browse files
committed
Updated footer
1 parent 0cbdb08 commit b8be301

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

triangle-mosaic-demo/src/components/app/app.css

+8-1
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@
2626

2727
#sidebar > footer {
2828
text-align: center;
29+
margin-bottom: 2rem;
2930
}
3031

3132
#sidebar > footer > .byLine {
32-
font-size: 1.1rem;
33+
margin-top: 1rem;
34+
font-size: 0.8rem;
3335
}
3436

3537
#sidebar > footer a {
@@ -39,6 +41,11 @@
3941
text-decoration: none;
4042
}
4143

44+
#sidebar > footer > .byLine a {
45+
padding: 0;
46+
font-size: 0.8rem;
47+
}
48+
4249
#sidebar > footer a:hover,
4350
#sidebar > footer a:active {
4451
text-decoration: underline;

triangle-mosaic-demo/src/components/app/app.jsx

+12-10
Original file line numberDiff line numberDiff line change
@@ -61,36 +61,38 @@ const App = () => {
6161
/>
6262
</div>
6363
<footer>
64-
<div className='byLine'>
64+
<div>
6565
<a
66-
href='https://github.com/bence-toth'
66+
href='https://github.com/bence-toth/triangle-mosaic#readme'
6767
target='_blank'
6868
rel='noopener noreferrer'
6969
>
70-
by Bence A. Tóth
70+
About
7171
</a>
72-
</div>
73-
<div>
7472
<a
75-
href='https://github.com/bence-toth/triangle-mosaic#readme'
73+
href='https://github.com/bence-toth/triangle-mosaic/issues'
7674
target='_blank'
7775
rel='noopener noreferrer'
7876
>
79-
About
77+
Report a bug
8078
</a>
8179
<a
8280
href='https://github.com/bence-toth/triangle-mosaic#license'
8381
target='_blank'
8482
rel='noopener noreferrer'
8583
>
86-
License
84+
License (MIT)
8785
</a>
86+
</div>
87+
<div className='byLine'>
88+
made with ❤ by
89+
{' '}
8890
<a
89-
href='https://github.com/bence-toth/triangle-mosaic/issues'
91+
href='https://github.com/bence-toth'
9092
target='_blank'
9193
rel='noopener noreferrer'
9294
>
93-
Report a bug
95+
Bence A. Tóth
9496
</a>
9597
</div>
9698
</footer>

0 commit comments

Comments
 (0)