2023-05-18 06:20:06 +00:00
|
|
|
.container {
|
|
|
|
|
display: grid;
|
2023-05-20 16:02:08 +00:00
|
|
|
grid-template-rows: max-content 1fr;
|
2023-05-18 06:20:06 +00:00
|
|
|
grid-template-columns: max-content 1fr;
|
2024-03-23 06:33:45 +00:00
|
|
|
margin-bottom: 60px;
|
2023-05-18 06:20:06 +00:00
|
|
|
}
|