diff --git a/css/mobile-first.css b/css/mobile-first.css index 49fdb30a..66cd3312 100644 --- a/css/mobile-first.css +++ b/css/mobile-first.css @@ -1899,6 +1899,22 @@ table.content_article td img { width: 37%; ); } @media (max-width: 750px) { + .nextarticle { position: relative; float: none;} + .tournextname a { + color: #fff; + position: absolute; + background: rgba(0, 0, 0, 0.40); + font-size: 18px; + font-weight: 600; + font-family: 'Goudy Old Style'; + padding: 5px 10px; + line-height: 19px; + text-decoration: none; + width: calc(100% - 20px); + display: block; + bottom: 0; + text-shadow: 1px 1px 1px #000; + } .listtour { display: flex; flex-direction: row;