File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,10 @@ Inspired by and adapted from the excercises from the course "Learn TypeScript" a
47
47
48
48
## License
49
49
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
+
50
52
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 ) .
52
54
53
55
54
56
Original file line number Diff line number Diff line change 85
85
}
86
86
87
87
.footer {
88
- position : absolute ;
88
+ position : sticky ;
89
89
bottom : 0 ;
90
90
width : 100% ;
91
91
background-color : var (--blackish );
You can’t perform that action at this time.
0 commit comments