sync
This commit is contained in:
@@ -206,8 +206,9 @@ header p {
|
||||
|
||||
.past {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(400px, 400px));
|
||||
gap: 30px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.past .card {
|
||||
@@ -215,6 +216,7 @@ header p {
|
||||
border-radius: 16px;
|
||||
padding: 20px;
|
||||
border: 1px solid var(--border);
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.past img {
|
||||
|
||||
Reference in New Issue
Block a user