Dave Jarvis' Repositories

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

Changes version element style

AuthorDaveJarvis <email>
Date2023-11-01 20:46:19 GMT-0700
Commit05a542217d8055984208987a43857eb3da19ebd1
Parent49b5573
Delta9 lines added, 9 lines removed
www/styles/base.css
/* ************************************************************************
+ * Version information
+ * ************************************************************************ */
+
+main > p.version {
+ display: grid;
+ justify-content: center;
+}
+
+/* ************************************************************************
* Download buttons
* ************************************************************************ */
filter: invert(6%)
sepia(58%) saturate(857%) hue-rotate(158deg) brightness(91%) contrast(91%);
-}
-
-/* ************************************************************************
- * Version information
- * ************************************************************************ */
-main > p.version {
- margin: 0 auto;
- width: 100%;
- text-align: center;
}