removing hardcoded class

This commit is contained in:
Set Hallstrom 2020-01-13 16:57:54 +01:00
parent 8a79b35713
commit cf9f74516f
2 changed files with 4 additions and 2 deletions

View file

@ -152,6 +152,8 @@ a:hover {
}
.trackcontainer {
flex: 1 1 360px;
width: 250px;
padding: 10px;
margin: 0;
// background: linear-gradient(230deg, rgba(218, 159, 142, 0.1), rgba(236, 0, 228, 0.1), rgba(0, 212, 236, 0.1), rgba(0, 236, 173, 0.1), rgba(110, 0, 236, 0.1));
@ -179,7 +181,7 @@ a:hover {
width: 100%;
background-size: cover;
background-position: 50% 50%;
min-height: 300px;
min-height: 250px;
padding: 0;
margin: 0;
border-radius: 3px;