diff --git a/src/static/css/App.css b/src/static/css/App.css
index d50914e..bbdced7 100644
--- a/src/static/css/App.css
+++ b/src/static/css/App.css
@@ -735,6 +735,11 @@ a {
font-family: robotoreg;
}
+.smallImg {
+ display: inline-block;
+ width: 75px;
+}
+
@font-face {
font-family: Chess New;
src: url('https://www.chess.com/bundles/web/fonts/chessglyph-new.0cc8115c.woff2');
diff --git a/src/static/photos/gifs/duck-spinning.gif b/src/static/photos/gifs/duck-spinning.gif
new file mode 100644
index 0000000..c8ebda7
Binary files /dev/null and b/src/static/photos/gifs/duck-spinning.gif differ
diff --git a/src/templates/home.html b/src/templates/home.html
index d833fe0..5f2c9b2 100644
--- a/src/templates/home.html
+++ b/src/templates/home.html
@@ -19,7 +19,26 @@
}}
- {% from 'partials/bookshelf.html' import bookshelf %} {{ bookshelf(var.books) }}
+ {% from 'partials/bookshelf.html' import bookshelf %} {{
+ bookshelf(var.books) }}
+
+
+
+
+