Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Add a fingerprint image #50

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions fingerprint.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions standard.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ body { margin: 0 auto; padding: 0 2.5em 2em 2.5em; max-width: 80em; background:
bottom: 40px; /* Dodge the collapsed .annoying-warning */
}

.fingerprint { position: absolute; right: 0; z-index: 5; }
@media (max-width: 767px) {
.fingerprint { max-width: 35px; }
}

@media (max-width: 767px) {
html { background: #fff; tab-size: 2; }
body { max-width: none; padding: 0 0.625em; }
Expand Down