Responsive

Responsive Media Query


<style>
@media only screen and (max-width: 1044px) and (min-width: 991px){
.class.comboclass{
display:none;
}
</style>

@media (min-width: 991px) and (max-width: 1145px) {
.dropdown-link-navigation {
padding-left: 1.5vw;
font-size: 12px;
}

//Effectif entre 991px et 1145px

Pour garder le trio d’une vidéo en responsive

.video_wrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.