From 228f21f09a6d98251267545ba4ee9c55701cc5ca Mon Sep 17 00:00:00 2001
From: Joel Kronqvist
+
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
diff --git a/generated/static/global.css b/generated/static/global.css
index 6a2ec49..964060c 100644
--- a/generated/static/global.css
+++ b/generated/static/global.css
@@ -56,13 +56,10 @@ header {
box-sizing: border-box;
}
-.x-scroll {
- overflow-x: auto;
-}
-pre {
+pre, .example, .src {
padding: 1em;
background-color: var(--code-bg);
- width: fit-content;
+ overflow-x: auto;
}
figure > img {
diff --git a/lisp/org-publish-project-alist.el b/lisp/org-publish-project-alist.el
index 0461aed..b4df45f 100644
--- a/lisp/org-publish-project-alist.el
+++ b/lisp/org-publish-project-alist.el
@@ -13,8 +13,6 @@ org-html-publish-to-html, otherwise use org-pubish-attachment."
(org-html-publish-to-html plist filename pub-dir)
(org-publish-attachment plist filename pub-dir)))
-(setq org-publish-use-timestamps-flag nil)
-
(let ((root "~/Documents/orgsite/") (generated "generated/"))
(setq org-publish-project-alist
(nconc
diff --git a/static/global.css b/static/global.css
index 6a2ec49..964060c 100644
--- a/static/global.css
+++ b/static/global.css
@@ -56,13 +56,10 @@ header {
box-sizing: border-box;
}
-.x-scroll {
- overflow-x: auto;
-}
-pre {
+pre, .example, .src {
padding: 1em;
background-color: var(--code-bg);
- width: fit-content;
+ overflow-x: auto;
}
figure > img {
--
cgit v1.2.3