From e50eeb78ec6ff3c995fcf3767897516b2db8a071 Mon Sep 17 00:00:00 2001
From: VLMsAreBlind
Date: Tue, 9 Jul 2024 00:08:52 -0600
Subject: [PATCH] Update
---
index-preview.html | 35 ++++++++++++++++++++++++++++-------
index.html | 35 ++++++++++++++++++++++++++++-------
2 files changed, 56 insertions(+), 14 deletions(-)
diff --git a/index-preview.html b/index-preview.html
index 4bbe553..012e0a1 100644
--- a/index-preview.html
+++ b/index-preview.html
@@ -1244,6 +1244,27 @@
height: 20px;
}
}
+
+ @media screen and (max-width: 768px) {
+ .columns.is-mobile {
+ margin-left: -0.75rem;
+ margin-right: -0.75rem;
+ margin-top: -0.75rem;
+ }
+
+ .columns.is-mobile>.column {
+ padding: 0.75rem;
+ }
+
+ .image img {
+ max-width: 100%;
+ height: auto;
+ }
+
+ figcaption {
+ font-size: 0.8em;
+ }
+ }
@@ -1444,7 +1465,7 @@ Images
sampled to create two plots that intersect at exactly 0, 1 or 2 points. See Appendix A for more details.
-
+