From 8e0b5fdd14cd77c8af5afd4579d6f398e0f30c52 Mon Sep 17 00:00:00 2001
From: Dimitri Lozeve
Date: Wed, 16 Apr 2025 19:37:31 +0200
Subject: [PATCH 1/2] Modify Tufte CSS to get larger text
---
css/tufte.css | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/css/tufte.css b/css/tufte.css
index c9b2528..1165057 100644
--- a/css/tufte.css
+++ b/css/tufte.css
@@ -48,7 +48,7 @@ body {
width: 87.5%;
margin-left: auto;
margin-right: auto;
- padding-left: 12.5%;
+ /* padding-left: 12.5%; */
font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
background-color: #fffff8;
color: #111;
@@ -93,7 +93,7 @@ h3 {
hr {
display: block;
height: 1px;
- width: 55%;
+ width: 65%;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
@@ -170,12 +170,12 @@ blockquote {
}
blockquote p {
- width: 55%;
+ width: 65%;
margin-right: 40px;
}
blockquote footer {
- width: 55%;
+ width: 65%;
font-size: 1.1rem;
text-align: right;
}
@@ -183,14 +183,14 @@ blockquote footer {
section > p,
section > footer,
section > table {
- width: 55%;
+ width: 65%;
}
-/* 50 + 5 == 55, to be the same width as paragraph */
+/* 60 + 5 == 65, to be the same width as paragraph */
section > dl,
section > ol,
section > ul {
- width: 50%;
+ width: 60%;
-webkit-padding-start: 5%;
}
@@ -205,7 +205,7 @@ figure {
font-size: 100%;
font: inherit;
vertical-align: baseline;
- max-width: 55%;
+ max-width: 65%;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin: 0 0 3em 0;
@@ -243,8 +243,8 @@ img {
.marginnote {
float: right;
clear: right;
- margin-right: -60%;
- width: 50%;
+ margin-right: -50%;
+ width: 40%;
margin-top: 0.3rem;
margin-bottom: 0;
font-size: 1.1rem;
From 5b7bc07cefcacdafe59ead6103f7f35749102090 Mon Sep 17 00:00:00 2001
From: Dimitri Lozeve
Date: Wed, 16 Apr 2025 19:40:51 +0200
Subject: [PATCH 2/2] Update some links
---
contact.org | 2 +-
index.html | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/contact.org b/contact.org
index b2e260d..858b992 100644
--- a/contact.org
+++ b/contact.org
@@ -8,6 +8,6 @@ title: Contact
- *LinkedIn:* [[https://www.linkedin.com/in/dimitrilozeve][/in/dimitrilozeve]]
-- *Twitter:* [[https://twitter.com/DimitriLozeve][DimitriLozeve]]
+- *Mastodon:* [[https://mathstodon.xyz/@dlzv][@dlzv@mathstodon.xyz]]
# - *StackOverflow:* [[https://stackoverflow.com/story/dimitrilozeve][dimitrilozeve]]
diff --git a/index.html b/index.html
index b250dcf..e4883a4 100644
--- a/index.html
+++ b/index.html
@@ -36,7 +36,9 @@ title: Welcome!
You can contact me by email (at firstname@lastname.com), reach me via
Mastodon, find me on
LinkedIn, or see what
- I do on GitHub.
+ I do on
+ my personal git instance
+ or on GitHub.
Recent Posts