More admin change

This commit is contained in:
2024-10-20 16:22:45 -04:00
parent fee6f755a3
commit f435aedf2b
4 changed files with 203 additions and 18 deletions

View File

@ -126,15 +126,8 @@
@media (max-width: 768px) {
body {
flex-direction: column;
}
.sidebar {
width: 100%;
height: auto;
position: static;
padding: 10px;
}
.main-content {
padding: 10px;
}
@ -149,6 +142,18 @@
height: auto;
}
}
@media (max-width: 1024px) {
body {
flex-direction: column;
}
.sidebar {
width: 100%;
height: auto;
position: static;
padding: 10px;
}
}
</style>
</head>
<body>