master
candice 2 years ago
parent 50ebf0fbc6
commit d76ab7630d

@ -1899,21 +1899,22 @@ table.content_article td img { width: 37%;
); );
} }
@media (max-width: 750px) { @media (max-width: 750px) {
.nextarticle { position: relative; float: none; margin-bottom: 15px;} .nextarticle { position: relative; float: none; margin-bottom: 10px;}
.tournextname a { .tournextname a {
color: #fff; color: #fff;
position: absolute; position: absolute;
background: rgba(0, 0, 0, 0.40); background: rgba(0, 0, 0, 0.4);
font-size: 18px; font-size: 20px;
font-weight: 600; font-weight: 600;
font-family: 'Goudy Old Style'; font-family: 'Goudy Old Style';
padding: 5px 10px; padding: 10px;
line-height: 19px; line-height: 22px;
text-decoration: none; text-decoration: none;
width: calc(100% - 20px); width: calc(100% - 20px);
display: inline-table; display: inline-table;
bottom: 0; bottom: 0;
text-shadow: 1px 1px 1px #000; text-shadow: 1px 1px 1px #000;
height: calc(100% - 20px);
} }
.listtour { .listtour {
display: flex; display: flex;

Loading…
Cancel
Save