박규리

Updated recommend activity block

......@@ -29,10 +29,11 @@ h2 {
font-family: 'Tiro Devanagari Marathi', serif;
font-weight: 600;
}
#activity {
border-radius: 50px 80px / 80px 50px;
background-color: rgb(151, 198, 206);
width:fit-content;
height:fit-content;
border-radius: 40px 80px / 80px 40px;
background-color: rgba(197, 97, 201, 0.486);
}
body {
margin-top: 100px;
......@@ -40,6 +41,4 @@ body {
margin-left: 50px;
margin-right: 50px;
background-color: rgb(78, 76, 76);
}
.l { text-align: left; }
\ No newline at end of file
}
\ No newline at end of file
......