Skip to content

Commit

Permalink
Merge pull request #46 from opentffoundation/share-icon-centering
Browse files Browse the repository at this point in the history
Removing margin from right side of logo
  • Loading branch information
coryodaniel authored Aug 15, 2023
2 parents bb09242 + bd2e8da commit e425851
Showing 1 changed file with 32 additions and 14 deletions.
46 changes: 32 additions & 14 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
}
}

html {font-size: 100%;} /*16px*/
html {
font-size: 100%;
}

/*16px*/

body {
background: white;
Expand Down Expand Up @@ -44,7 +48,11 @@ li {
margin-right: auto;
}

h1, h2, h3, h4, h5 {
h1,
h2,
h3,
h4,
h5 {
margin: 3rem 0 1.38rem;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
Expand All @@ -57,15 +65,26 @@ h1 {
font-size: 2.488rem;
}

h2 {font-size: 2.074rem;}
h2 {
font-size: 2.074rem;
}

h3 {font-size: 1.728rem;}
h3 {
font-size: 1.728rem;
}

h4 {font-size: 1.44rem;}
h4 {
font-size: 1.44rem;
}

h5 {font-size: 1.2rem;}
h5 {
font-size: 1.2rem;
}

small, .text_small {font-size: 0.833rem;}
small,
.text_small {
font-size: 0.833rem;
}

a {
color: #5569ff;
Expand Down Expand Up @@ -102,7 +121,6 @@ a:hover {
.resp-sharing-button__icon svg {
width: 1em;
height: 1em;
margin-right: 0.4em;
vertical-align: top
}

Expand Down Expand Up @@ -277,9 +295,9 @@ a:hover {
}

.share-social-media {
display: flex;
flex-diraction: row;
gap: 1rem;
justify-content: center;
align-items: center;
}
display: flex;
flex-diraction: row;
gap: 1rem;
justify-content: center;
align-items: center;
}

0 comments on commit e425851

Please sign in to comment.