Compare commits

..

No commits in common. "b42bdc1d3e14ad36d3a1f118cb0a1ab6b8200048" and "b58ceb85bcd1095375d5b52a2ec57813e425fd73" have entirely different histories.

3 changed files with 3 additions and 9 deletions

View File

@ -100,7 +100,7 @@ export default {
display: grid;
align-items: center;
justify-content: center;
grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
grid-gap: 0 1rem;
padding: 1rem;
margin: auto 0;
@ -122,12 +122,6 @@ export default {
margin: 0 0 1rem 0;
}
@media(max-width: $breakpoint-kilo) {
.album-items {
grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}
}
@media(max-width: $breakpoint) {
.album-items {
grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.160.2",
"version": "1.160.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.160.2",
"version": "1.160.1",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {