Refactor ProspectContainer and ProspectGrid: adjust layout styles and add grid class for improved responsiveness
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 1m32s

This commit is contained in:
troogs
2026-04-21 05:48:55 +02:00
parent d1852f28c8
commit 19c22e6ae8
3 changed files with 19 additions and 7 deletions

View File

@@ -16,18 +16,16 @@
.pc-main {
display: flex;
flex-direction: column;
flex-basis: 0;
flex-grow: 1;
max-width: 480px;
height: 100%;
width: 100%;
max-width: none;
border-radius: 12px;
margin: 15px;
margin: 0;
padding: 1rem 1rem 0 1rem;
}
@media (max-width: 576px) {
.pc-main {
margin-left: 0;
margin-right: 0;
padding: .5rem .5rem 0 .5rem;
}
}