Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Moves footer to bottom, does not fix

AuthorDaveJarvis <email>
Date2023-10-02 14:50:36 GMT-0700
Commitcc4c39d1d2da3fcdb0d3e38cfa48c5300ecaa42a
Parent7888550
Delta0 lines added, 13 lines removed, 13-line decrease
www/index.html
color: var( --accent-colour );
}
-
-/* ************************************************************************
- * Footer
- * ************************************************************************ */
-
-/* Align and center footer along bottom of page. */
-footer {
- position: fixed;
- bottom: 1em;
- left: 50%;
- transform: translateX(-50%);
- width: 100%;
-}
</style>
</head>