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
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 1m32s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user