Add indentation to list items on home-page

This commit is contained in:
Sam 2024-08-06 12:06:13 +01:00
parent 57864ee00d
commit 10666a91ad
1 changed files with 5 additions and 0 deletions

View File

@ -112,6 +112,11 @@ a:hover {
align-items: flex-start;
}
.home-page li {
left: 25px;
position: relative;
}
.profile-img {
margin-right: 20px;
margin-left: 20px;