Nieuws-enkel bericht

Nieuws-enkel bericht


EV-Nieuws
13 januari 2020

Vorig nieuwsbericht

.xl-flex-col {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.two .xl-flex-row {
position: relative;
-js-display: flex;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%;
}
.postnav-wrap.two .prev-post,.postnav-wrap.two .next-post{
display: block;
}
@media all and (min-width:0px) and (max-width: 768px) {
.two .xl-flex-row{
display: block;
}
}