Skip to content

Commit

Permalink
Remove twitter styles since I fixed the image
Browse files Browse the repository at this point in the history
Signed-off-by: TheBoatyMcBoatFace <[email protected]>
  • Loading branch information
TheBoatyMcBoatFace committed Dec 4, 2024
1 parent d9a0f0a commit e64525e
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions src/sass/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,24 +81,6 @@

.social-icon {
display: flex;

.twitter {
display: inline-flex;
justify-content: center;
align-items: center;
width: 48px;
height: 48px;
background: #000;
border-radius: 50%;
box-sizing: border-box;
padding: 0;

.blue-icon,
.black-icon {
width: 24px;
height: 24px;
}
}
}

//=========== Tablet styles ============
Expand All @@ -117,16 +99,6 @@
display: flex;
justify-content: flex-start;

.twitter {
width: 48px;
height: 48px;

.blue-icon,
.black-icon {
width: 24px;
height: 24px;
}
}
}
}
.footer__about-text {
Expand Down Expand Up @@ -339,17 +311,6 @@
height: 41px;
}

.twitter {
width: 40px;
height: 40px;

.blue-icon,
.black-icon {
width: 20px;
height: 20px;
}
}

a {
&:hover,
&:focus,
Expand All @@ -363,12 +324,6 @@
}
}

&.twitter:hover,
&.twitter:focus,
&.twitter:focus-within {
background: none;
border: solid 1px #000;
}
}

}
Expand Down

0 comments on commit e64525e

Please sign in to comment.