Bug fixes
This commit is contained in:
@@ -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
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user