Made template management page a bit responsive

This commit is contained in:
abh1sh3kk 2023-03-31 23:56:50 +05:45
parent 7c443ed8d4
commit 0088235b3f
1 changed files with 9 additions and 4 deletions

View File

@ -7,13 +7,12 @@
}
.template-list {
max-height: 500px;
overflow: scroll;
max-height: 500px;
overflow: scroll;
}
.template-list-container > h2 {
margin-bottom: 0.5rem;
margin-bottom: 0.5rem;
}
.template-page {
@ -29,3 +28,9 @@
.template-list > li {
margin-block: 0.5rem;
}
@media screen and (max-width: 860px) {
.template-page {
flex-direction: column;
}
}