Random responsive improvements

This commit is contained in:
2024-07-21 19:29:04 +02:00
parent 4fe78c0fa4
commit 63553c9955
15 changed files with 373 additions and 50 deletions

View File

@@ -111,3 +111,9 @@ input[type="range"]::-moz-range-thumb {
background: none;
cursor: pointer;
}
@media only screen and (max-width: 1200px) {
.projet-compare-container {
display: none;
}
}