Update index.html

This commit is contained in:
Riley Bautista 2025-03-02 08:42:34 -05:00 committed by GitHub
parent 7bffcdf273
commit 4d9a069e44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>