Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedz182 committed Mar 26, 2024
1 parent 96c70c4 commit 48233c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ a {
margin-right: auto;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
align-items: start;
column-gap: 80px;
background-color: black;
color: wheat;
Expand All @@ -553,6 +553,10 @@ a {
flex-direction: column;
row-gap: 10px;
}
.innerFooter > h1 {
text-transform: uppercase;
opacity: 0.3;
}
.social {
font-size: 1.5rem;
cursor: pointer;
Expand Down

0 comments on commit 48233c2

Please sign in to comment.