This commit is contained in:
Gregory Hendrickson
2023-06-09 16:57:00 -07:00
parent f4296fa402
commit c957d02d80
2 changed files with 35 additions and 52 deletions

View File

@@ -1,35 +0,0 @@
.profile {
display: flex;
align-items: center;
margin-bottom: 40px;
}
.avatar {
width: 100px;
height: 100px;
border-radius: 50%;
margin-right: 20px;
}
.profile-details {
margin-top: 10px;
}
.profile-link {
display: inline-block;
padding: 10px 20px;
background-color: #007bff;
color: #fff;
text-decoration: none;
border-radius: 5px;
margin-top: 20px;
}
.commit {
margin-bottom: 40px;
}
.commit h2 {
margin-bottom: 10px;
}