Skip to content

Commit 5160a34

Browse files
Merge branch 'main' of github.com:michaelkolesidis/music-reviews
2 parents b442303 + 7121682 commit 5160a34

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ Inspired by and adapted from the excercises from the course "Learn TypeScript" a
4747

4848
## License
4949

50+
<a href="https://www.gnu.org/licenses/gpl-3.0.html"><img src="https://upload.wikimedia.org/wikipedia/commons/9/93/GPLv3_Logo.svg" height="100px" /></a>
51+
5052
Copyright (c) 2022 Michael Kolesidis<br>
51-
Licensed under the [GNU General Public License v3.0](https://github.com/michaelkolesidis/webproject-script/blob/main/LICENSE).
53+
Licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.html).
5254

5355

5456

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ body {
8585
}
8686

8787
.footer {
88-
position: absolute;
88+
position: sticky;
8989
bottom: 0;
9090
width: 100%;
9191
background-color: var(--blackish);

0 commit comments

Comments
 (0)