You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

57 lines
1.2 KiB

.modpack-container{
margin-top: 30px;
width: fit-content;
margin-left: auto;
margin-right: auto;
>div{
&:hover{
scale: 1.05;
}
transition: 0.3s;
display: inline-block;
margin-left: 40px;
margin-right: 40px;
h1{
font-size: 25px;
background: rgb(194, 126, 0);
box-shadow: 0 7px 0 rgb(109, 71, 0);
padding: 10px;
text-transform: uppercase;
margin-left: -5px;
margin-right: -5px;
}
background: rgb(80, 80, 80);
box-shadow: 0 10px 0 rgb(53, 53, 53);
width: fit-content;
display: inline-block;
img{
aspect-ratio: 1/1;
height: 230px;
margin: 10px;
margin-bottom: 30px;
display: block;
margin-left: auto;
margin-right: auto;
}
>div{
padding: 20px;
>div{
position: relative;
.button{
margin-bottom: 20px;
width: 220px;
margin-left: auto;
margin-right: auto;
&:active{
scale: 1;
}
}
}
}
}
}