+
diff --git a/footer.php b/footer.php index 1e50d20..082c5c2 100644 --- a/footer.php +++ b/footer.php @@ -2,8 +2,9 @@
diff --git a/public/style.css b/public/style.css index 9453274..6acb639 100644 --- a/public/style.css +++ b/public/style.css @@ -29,13 +29,6 @@ body { color: #FFF; } -.icon-inline { - vertical-align: top; - height: 1.2rem; - width: 1.2rem; - padding: 0 2px; -} - /* Structure and global design */ a, a:visited { color: #013F6D; @@ -222,6 +215,25 @@ svg#url-qr-code { height: 50%; } +/* Bookmarklet */ +.bookmarklet-container { + text-align: center; +} + +.bookmarklet { + background: #EBEBEB; + padding: 7px; + margin: 8px 0; + font-size: 1.6rem; +} + +.icon-bookmarklet { + vertical-align: center; + height: 1.4rem; + width: 1.4rem; + margin-right: 5px; +} + /* Footer */ .footer { text-align: center;