Add indentation to list items on home-page
This commit is contained in:
parent
57864ee00d
commit
10666a91ad
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue