Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian b42bdc1d3e 1.160.2 2021-01-29 15:37:00 +01:00
DebaucheryLibrarian 89956f3ad5 Increased album tile size. 2021-01-29 15:36:54 +01:00
3 changed files with 9 additions and 3 deletions

View File

@ -100,7 +100,7 @@ export default {
display: grid;
align-items: center;
justify-content: center;
grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
grid-gap: 0 1rem;
padding: 1rem;
margin: auto 0;
@ -122,6 +122,12 @@ 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.1",
"version": "1.160.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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