master
candice 2 years ago
parent 50ebf0fbc6
commit d76ab7630d

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

Loading…
Cancel
Save