master
candice 2 years ago
parent d76ab7630d
commit 199816cb79

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

Loading…
Cancel
Save