박규리

Updated recommend activity block

...@@ -29,10 +29,11 @@ h2 { ...@@ -29,10 +29,11 @@ h2 {
29 font-family: 'Tiro Devanagari Marathi', serif; 29 font-family: 'Tiro Devanagari Marathi', serif;
30 font-weight: 600; 30 font-weight: 600;
31 } 31 }
32 -
33 #activity { 32 #activity {
34 - border-radius: 50px 80px / 80px 50px; 33 + width:fit-content;
35 - background-color: rgb(151, 198, 206); 34 + height:fit-content;
35 + border-radius: 40px 80px / 80px 40px;
36 + background-color: rgba(197, 97, 201, 0.486);
36 } 37 }
37 body { 38 body {
38 margin-top: 100px; 39 margin-top: 100px;
...@@ -41,5 +42,3 @@ body { ...@@ -41,5 +42,3 @@ body {
41 margin-right: 50px; 42 margin-right: 50px;
42 background-color: rgb(78, 76, 76); 43 background-color: rgb(78, 76, 76);
43 } 44 }
...\ No newline at end of file ...\ No newline at end of file
44 -
45 -.l { text-align: left; }
...\ No newline at end of file ...\ No newline at end of file
......