Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit 5a28a30

Browse files
Fixed icon alignment issue
1 parent 76d9370 commit 5a28a30

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}

css/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ body{
146146
border-radius: 50%;
147147
transform: scale(1);
148148
transition: .3s ease;
149+
margin:auto auto;
149150
}
150151

151152
.icon:hover{

0 commit comments

Comments
 (0)