fix issues

This commit is contained in:
Peter Maquiran
2024-03-02 12:21:00 +01:00
parent e0c75e6d87
commit b1bf06b19e
23 changed files with 131 additions and 34 deletions
+7
View File
@@ -1716,3 +1716,10 @@ h5, .buttons{
height: 100%;
width: 400px;
}
@media only screen and (max-width: 1209px){
.d-none-header, .d-item {
display: none !important;
background-color: red;
}
}