diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 30b8343..5986920 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2206,6 +2206,20 @@ p.right{text-align: right;} } } @media (max-width: 991px) { + .shares{ + list-style: none; + position: absolute; + bottom: -52px; + width: 100%; + padding: 0; + margin: 0; + display: flex; + justify-content: center; + } + .shares li{ + float: left; + margin-right: 10px; + } .tile_1{ max-width: 218px; } -- libgit2 0.21.4