We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751b2bd commit a374cbbCopy full SHA for a374cbb
main.css
@@ -68,7 +68,7 @@ img {
68
}
69
70
.project img {
71
- border-radius: 0px 0px 30px 30px;
+ border-radius: 0px 0px 10px 10px;
72
73
74
.project {
@@ -79,7 +79,7 @@ img {
79
margin-bottom: 30px;
80
background-color: rgb(255, 246, 222);
81
color: black;
82
- border-radius: 30px;
+ border-radius: 10px;
83
width: 700px;
84
max-width: 85vw;
85
@@ -90,7 +90,7 @@ img {
90
91
#bday-card-text {
92
93
94
95
padding: 30;
96
margin-top: 30vh;
0 commit comments