diff --git a/app/static/css/style.css b/app/static/css/style.css index c7a3740..f319f47 100755 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -365,6 +365,7 @@ box-sizing: border-box; align-items: top; justify-items: center; } +} @media screen and (max-width: 600px) { .grid{ @@ -374,7 +375,7 @@ box-sizing: border-box; align-items: top; justify-items: center; } - +} .gridbox { display: inline-block; @@ -382,6 +383,7 @@ box-sizing: border-box; align-items: center; justify-items: center; } + .gridbox:hover{ opacity: 0.5; } diff --git a/app/templates/show_book_detail.html b/app/templates/show_book_detail.html index 056d5b0..9bef803 100755 --- a/app/templates/show_book_detail.html +++ b/app/templates/show_book_detail.html @@ -1,9 +1,8 @@ {% extends 'base.html' %} {% block main %} - -