diff --git a/README.md b/README.md index d6987626..790d8a06 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ All the archived links are stored by date bookmarked in `./archive/`, ▶ **Check out our [community page](https://github.com/ArchiveBox/ArchiveBox/wiki/Web-Archiving-Community) for an index of web archiving initiatives and projects.** - The aim of ArchiveBox is to go beyond what the Wayback Machine and other public archiving services can do, by adding a headless browser to replay sessions accurately, and by automatically extracting all the content in multiple redundant formats that will survive being passed down to historians and archivists through many generations. +comparison The aim of ArchiveBox is to go beyond what the Wayback Machine and other public archiving services can do, by adding a headless browser to replay sessions accurately, and by automatically extracting all the content in multiple redundant formats that will survive being passed down to historians and archivists through many generations. #### User Interface & Intended Purpose diff --git a/assets/css/style.scss b/assets/css/style.scss index 554b24c4..a4bd9890 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -39,6 +39,10 @@ header h2 { margin-bottom: 20px; } +#main_content img[alt=comparison] { + margin: 25px; +} + #forkme_banner { opacity: 0.1; }