Open-source self-hosted web archiving
-
Preserve the web, on infrastructure you control.
+
Preserve the web,on infrastructure you control.
ArchiveBox saves websites, bookmarks, RSS feeds, social posts, media, source code, and research material in durable files like HTML, PDF, PNG, TXT, JSON, WARC, MP4, and SQLite.
Run with Docker Compose
diff --git a/publicsite/styles.css b/publicsite/styles.css
index 590a639e..d2ac572a 100644
--- a/publicsite/styles.css
+++ b/publicsite/styles.css
@@ -164,13 +164,29 @@ p {
}
h1 {
- max-width: 850px;
+ max-width: 980px;
margin-bottom: 22px;
font-size: clamp(3.1rem, 7.4vw, 5.9rem);
line-height: 0.95;
letter-spacing: 0;
}
+.hero-mainline,
+.hero-subline {
+ display: block;
+}
+
+.hero-mainline {
+ white-space: nowrap;
+}
+
+.hero-subline {
+ margin-top: 0.18em;
+ color: var(--muted-text);
+ font-size: 0.68em;
+ line-height: 1.02;
+}
+
h2 {
margin-bottom: 18px;
font-size: clamp(2rem, 4.3vw, 3.5rem);