mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-08 23:18:13 -07:00
Adjust work_with_ecp layout for mobile
This commit is contained in:
parent
23d8a4a291
commit
cc2d564607
2 changed files with 25 additions and 17 deletions
|
|
@ -1,10 +1,12 @@
|
|||
.grid-container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
|
||||
}
|
||||
|
||||
.grid-item {
|
||||
padding: 20px;
|
||||
grid-auto-flow: column;
|
||||
grid-auto-columns: 1fr;
|
||||
}
|
||||
|
||||
.custom-shape-divider-bottom-triangle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue