Bug fixes

This commit is contained in:
2023-02-27 09:43:38 -05:00
parent c4b0500e10
commit 2abfed0783
5 changed files with 124 additions and 26 deletions

View File

@@ -7,7 +7,7 @@
* http://creativecommons.org/publicdomain/zero/1.0/
****************************************************************************/
export const onLoad = () => {
const onLoad = () => {
if (window.dayjs) dayjs.extend(window.dayjs_plugin_relativeTime);
// Indicate JS is loaded
@@ -81,4 +81,6 @@ export const onLoad = () => {
}, 1);
});
};
onLoad();
// @license-end

View File

@@ -1274,7 +1274,7 @@ h6 a {
max-width: 960px;
}
}
ampaign/shazz-journals @media all and (max-width: 960px) {
@media all and (max-width: 960px) {
h1 {
font-size: 1.5em;
}