mirror of
https://github.com/System-End/Scrapyard-Projects.git
synced 2026-04-19 16:38:21 +00:00
Update index.html
This commit is contained in:
parent
4afec9efa2
commit
7bffcdf273
1 changed files with 4 additions and 1 deletions
|
|
@ -31,6 +31,9 @@
|
|||
.card-body {
|
||||
flex: 1;
|
||||
}
|
||||
.row-cols-1 .col, .row-cols-md-2 .col, .row-cols-xl-3 .col {
|
||||
display: flex;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
|
@ -57,7 +60,7 @@
|
|||
const container = document.getElementById('cards-container');
|
||||
data.forEach(project => {
|
||||
const col = document.createElement('div');
|
||||
col.className = 'col-lg-4 d-flex';
|
||||
col.className = 'col';
|
||||
|
||||
const card = document.createElement('div');
|
||||
card.className = 'card';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue