This commit is contained in:
sairaj mote 2023-01-14 01:32:47 +05:30
parent 0a4eb16c29
commit 91356d4c77
3 changed files with 3 additions and 3 deletions

View File

@ -559,7 +559,7 @@ theme-toggle {
.torrent-container {
padding: 1.5rem 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
gap: 0.8rem;
padding-bottom: 4rem;
}

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -481,7 +481,7 @@ theme-toggle {
.torrent-container {
padding: 1.5rem 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
gap: 0.8rem;
padding-bottom: 4rem;
}