Responsiveness

This commit is contained in:
rxdn 2024-08-30 00:28:35 +01:00
parent d166d9f5f7
commit c7b423a84b
3 changed files with 8 additions and 2 deletions

View File

@ -78,6 +78,12 @@
width: 40%; width: 40%;
padding-left: 20px; padding-left: 20px;
} }
@media (max-width: 800px) {
.sidebar {
display: none;
}
}
</style> </style>
<script> <script>

View File

@ -83,7 +83,7 @@
display: none; display: none;
} }
@media only screen and (max-width: 1154px) { @media only screen and (max-width: 800px) {
.navbar { .navbar {
display: flex; display: flex;
} }

View File

@ -244,7 +244,7 @@
justify-content: space-between; justify-content: space-between;
} }
@media only screen and (max-width: 1100px) { @media only screen and (max-width: 1400px) {
.wrapper { .wrapper {
flex-direction: column; flex-direction: column;
} }