Skip to content

Commit

Permalink
Change class name of Ludsocials div.
Browse files Browse the repository at this point in the history
fixes #215

This issue has been open from the last 6 months and I'm so stupid... There is a css term for padding of socials which is used somewhere else in the website, so i should make the class lud-socials to fix the issue, can't believe how stupid I was for this LOL..
  • Loading branch information
KendallDoesCoding committed Aug 20, 2022
1 parent 4342ead commit 314b3c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ludsocials/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="ludsocials-heading">Ludwig's Socials</h1>
</label>
</div>
</div>
<div class="songs1">
<div class="lud-socials">
<p><a href="https://open.spotify.com/artist/7dicaSC16N5UkDPLfojKhX" target="_blank">Spotify <i class="fab fa-spotify" style="color:#1DB954 "></i></a></p>
<p><a href="https://music.apple.com/id/artist/ludwig-ahgren/1543744765" target="_blank">Apple Music <i class="fas fa-music" style="color:purple "></i></a></p>
<p><a href="https://youtube.com/MrAndersLA" target="_blank">YouTube <i class="fab fa-youtube" style="color:red "></i> </a></p>
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ a:active {
cursor: pointer;
}

.songs1 {
.lud-socials {
color: var(--ludsocials-color-blue);
}

Expand Down

0 comments on commit 314b3c6

Please sign in to comment.