mirror of
https://github.com/System-End/Scrapyard-Projects.git
synced 2026-04-19 14:27:05 +00:00
Update index.html
This commit is contained in:
parent
7bffcdf273
commit
4d9a069e44
1 changed files with 8 additions and 2 deletions
10
index.html
10
index.html
|
|
@ -31,8 +31,14 @@
|
|||
.card-body {
|
||||
flex: 1;
|
||||
}
|
||||
.row-cols-1 .col, .row-cols-md-2 .col, .row-cols-xl-3 .col {
|
||||
display: flex;
|
||||
.row-cols-1 > * {
|
||||
flex: 1 0 100%;
|
||||
}
|
||||
.row-cols-md-2 > * {
|
||||
flex: 1 0 50%;
|
||||
}
|
||||
.row-cols-xl-3 > * {
|
||||
flex: 1 0 33.3333%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue