New changes

This commit is contained in:
Bel Curcio
2021-06-03 19:40:46 -03:00
parent 75c5d0be87
commit 45554c68d6
5 changed files with 55 additions and 20 deletions

View File

@@ -43,8 +43,9 @@
}
.thumb {
@apply transition-transform transition-colors ease-linear duration-75 overflow-hidden
inline-block cursor-pointer h-full;
@apply transition-transform transition-colors
ease-linear duration-75 overflow-hidden inline-block
cursor-pointer h-full;
width: 125px;
width: calc(100% / 3);
}
@@ -53,6 +54,10 @@
@apply bg-white;
}
.thumb img {
height: 85% !important;
}
.album {
@apply bg-violet-dark;
overflow-y: hidden;
@@ -72,7 +77,7 @@
}
.album {
height: 235px;
height: 182px;
}
.thumb {
width: 235px;