Skip to content

Commit

Permalink
Merge pull request #27 from opentffoundation/container-padding
Browse files Browse the repository at this point in the history
Main container padding
  • Loading branch information
SebastianStadil authored Aug 14, 2023
2 parents a830063 + f3f599a commit e5c2a8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ body {
padding-bottom: 2rem;
}

div.container {
padding: 0 0.5em 0 0.5em;
}

p {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
Expand Down Expand Up @@ -231,4 +235,4 @@ h2 {
.resp-sharing-button--whatsapp:active {
background-color: #1DA851;
border-color: #1DA851;
}
}

0 comments on commit e5c2a8a

Please sign in to comment.