| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/zenit/media/mod_articles_news/css/ |
Upload File : |
.mod-articlesnews-horizontal {
display: flex;
flex-wrap: wrap;
padding: 0;
list-style: none;
}
.mod-articlesnews-horizontal figure img {
width: 100%;
}
.mod-articlesnews-horizontal li {
display: flex;
flex: 1 1 300px;
flex-direction: column;
}
.mod-articlesnews-horizontal li:not(:last-child) {
margin-right: 2rem;
}
.mod-articlesnews-horizontal .readmore {
margin-top: auto;
}
@supports (display: grid) {
.mod-articlesnews-horizontal {
display: grid;
grid-gap: 2rem;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.mod-articlesnews-horizontal li:not(:last-child) {
margin-right: 0;
}
}