Skip to content

Commit

Permalink
firstpage final
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaxium69 committed Apr 23, 2022
1 parent abe4518 commit 74a3456
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,17 @@
font-weight: 300;
}

@media (max-width: 991px) {
#support .row .col-6{
-ms-flex:unset;
flex: unset;
max-width: unset;
}
#support .col-6:last-child {
padding-left: 15px;
}
}

/*************************
reseaux
*************************/
Expand Down Expand Up @@ -444,6 +455,14 @@
font-size: 11px;
margin-bottom: 45px;

}
@media (max-width: 814px) {
#reseau .col-4{
-ms-flex:unset;
flex: unset;
max-width: unset;
}

}

/*************************
Expand Down Expand Up @@ -483,3 +502,14 @@
font-size: 18px;
font-weight: 300;
}

@media (max-width: 991px) {
#eng .row .col-6{
-ms-flex:unset;
flex: unset;
max-width: unset;
}
#eng .col-6:first-child {
padding-left: 15px;
}
}
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@
</li>
</ul>

<button id="btn-ticket" class="tyrobutton" data-url="support.php">voir plus</button>
<!--<button id="btn-ticket" class="tyrobutton" data-url="support.php">voir plus</button>-->

</div>
</div>
Expand Down

0 comments on commit 74a3456

Please sign in to comment.