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.
 
 
 

10 lines
285 B

@media screen and (max-width: 450px){
.home{
flex : 1;
background: rgb(139, 73, 186);
background: linear-gradient(180deg, rgb(144, 73, 186) 0%, rgb(111,108,255) 22%);
border-radius: 40px;
height: 100vh;
box-shadow: 0px 0px 40px rgba(145, 145, 145, 0.8);
}
}