master
candice 2 years ago
parent 919e51fa0f
commit cc4ec6c190

@ -1908,23 +1908,21 @@ table.content_article td img { width: 37%;
);
}
@media (max-width: 750px) {
.nextarticle { position: initial; margin-bottom: 10px; }
.nextarticle { position: initial;
margin-bottom: 15px;
width: calc(100% - 30px);
padding: 0 15px;}
.nextarticle img { height: 100px; width: auto; float: left;}
.tournextname {position: initial;
width: 100%;
height: 100%;
top: 0;}
.tournextname a {
color: #000;
font-size: 18px;
padding: 10px;
width: calc(100% - 20px);
height: calc(100% - 20px);
padding: 15px;
height: 70px;
line-height: 20px;
text-shadow: none;
background: none;
display: table-cell;
position: initial;
display: table-cell;
}
.listtour {
display: flex;

Loading…
Cancel
Save