1
0
Fork 0
mirror of synced 2024-05-19 20:02:29 +12:00

more margin on comparison img

This commit is contained in:
Nick Sweeting 2020-11-23 04:52:54 -05:00
parent 640c9d96f6
commit 07649c3aa6
2 changed files with 5 additions and 1 deletions

View file

@ -324,7 +324,7 @@ All the archived links are stored by date bookmarked in `./archive/<timestamp>`,
▶ **Check out our [community page](https://github.com/ArchiveBox/ArchiveBox/wiki/Web-Archiving-Community) for an index of web archiving initiatives and projects.**
<img src="https://i.imgur.com/4nkFjdv.png" width="10%" align="left"/> 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.
<img src="https://i.imgur.com/4nkFjdv.png" width="10%" align="left" alt="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

View file

@ -39,6 +39,10 @@ header h2 {
margin-bottom: 20px;
}
#main_content img[alt=comparison] {
margin: 25px;
}
#forkme_banner {
opacity: 0.1;
}