Skip to content

Commit a374cbb

Browse files
authoredFeb 13, 2024
Update main.css
1 parent 751b2bd commit a374cbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎main.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ img {
6868
}
6969

7070
.project img {
71-
border-radius: 0px 0px 30px 30px;
71+
border-radius: 0px 0px 10px 10px;
7272
}
7373

7474
.project {
@@ -79,7 +79,7 @@ img {
7979
margin-bottom: 30px;
8080
background-color: rgb(255, 246, 222);
8181
color: black;
82-
border-radius: 30px;
82+
border-radius: 10px;
8383
width: 700px;
8484
max-width: 85vw;
8585
}
@@ -90,7 +90,7 @@ img {
9090

9191
#bday-card-text {
9292
background-color: rgb(255, 246, 222);
93-
border-radius: 30px;
93+
border-radius: 10px;
9494
color: black;
9595
padding: 30;
9696
margin-top: 30vh;

0 commit comments

Comments
 (0)
Please sign in to comment.