Attach footer to the bottom, remove absolute paths. #1

Merged
Damaj301damaj merged 2 commits from speedie/damaj.tech:main into main 2024-03-30 08:45:59 +00:00
Showing only changes of commit a9811e932b - Show all commits

View file

@ -70,9 +70,9 @@ header img {
/* Footer Style */ /* Footer Style */
footer { footer {
position: relative; position: fixed;
left: 0px; left: 0px;
bottom: 0vh; bottom: 0px;
z-index: 10px; z-index: 10px;
height: 30px; height: 30px;
width: 100%; width: 100%;