Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafamohab authored Oct 2, 2024
1 parent 00c022c commit 03612bc
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ h4:had(>button.accordion){
}

.social-links a:hover {
color: #00 color: #333;
color: #333;
font-size: 30px;
text-decoration: none;
text-align: center;
Expand All @@ -104,7 +104,7 @@ h4:had(>button.accordion){
}

.contact-links a:hover {
color: #00 color: #333;
color: #333;
font-size: 20px;
text-decoration: none;
text-align: left;
Expand Down Expand Up @@ -284,14 +284,7 @@ h4:had(>button.accordion){
Width: auto;
}

.skill-categories>div {
flex: 1;
margin: 0 0px;
display: flex;
text-align: center;
margin-inline-end: auto;
width: auto;
}


/* Footer styling */
footer {
Expand Down

0 comments on commit 03612bc

Please sign in to comment.