Skip to content

Commit

Permalink
Merge pull request #100 from c2gup/proj15_resFix
Browse files Browse the repository at this point in the history
#50   Responsive Issues of Project 15
  • Loading branch information
beRajeevKumar authored Oct 14, 2024
2 parents 09969d2 + 60486ce commit ed0afc0
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions 15-Article-Preview/style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;700&display=swap");

* {
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
font-size: 62.5%;
}
Expand Down Expand Up @@ -52,7 +52,7 @@ body {
/* color: hsl(214, 17%, 51%); */
color: hsl(212, 23%, 69%);
line-height: 1.4;
}
}
.author-img {
width: 4.8rem;
height: 4.8rem;
Expand Down Expand Up @@ -141,7 +141,7 @@ body {
margin: 1rem;
}
.share__media {
top: 79%;
top: 93%;
left: 50%;
transform: translate(-50%, -50%);
width: 95%;
Expand All @@ -154,4 +154,8 @@ body {
.triangle {
display: none;
}
}
}




0 comments on commit ed0afc0

Please sign in to comment.