master
candice 2 years ago
parent 919e51fa0f
commit cc4ec6c190

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

Loading…
Cancel
Save