Skip to content

Commit

Permalink
Merge pull request #9 from anchaapedro/master
Browse files Browse the repository at this point in the history
refactor(style.css):suggestions
  • Loading branch information
themisterpaps authored Oct 17, 2023
2 parents 0862e5c + 4e34d0a commit 2df0f3d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions assets/style.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
/*--------------------------------*/
/*------------Resets----------*/
/*--------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,200;1,9..40,300;1,9..40,400&display=swap');
*,
*:before,
*:after {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: source sans pro, Arial, Helvetica, sans-serif;
font-family: 'DM Sans', sans-serif;

}
html{
font-size: 10px
}
body{
overflow-x: hidden;
font-family: 'DM Sans', sans-serif;
font-family: 'Poppins', sans-serif;
}
h2,h1,h3{
font-family: source sans pro, Arial, Helvetica, sans-serif;
padding: 1.8rem 0;
color: #1f254e;
}
Expand Down Expand Up @@ -364,7 +367,7 @@ margin-top: 5rem;
}
.pallets__display--text{
display:inline-block;
text-align: left;
text-align: center;
border: 1px solid rgba(102, 102, 102, 0.171);
margin-top: 1rem;
margin-left: 1rem;
Expand All @@ -374,6 +377,7 @@ margin-top: 5rem;
.pallets__display--text h4{
font-size: 1.5rem;
color:rgba(58, 58, 75, 0.801);

}
.pallets__display--text ul{
font-family: 'Courier New', Courier, monospace;
Expand Down

0 comments on commit 2df0f3d

Please sign in to comment.