Skip to content

Commit

Permalink
fix: changed paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
reneweteling committed Nov 18, 2024
1 parent dcedeb1 commit b2807e5
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
body,
html {
font-family: sans-serif, Helvetica;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 18px;
color: #222222;
}
#app form label{
display: inline-block;
Expand Down Expand Up @@ -69,8 +67,7 @@ <h1>Email Footer Generator</h1>
font-family: sans-serif, Helvetica;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;
font-size: large;
display: block;
"
>{{ name }}</span
Expand All @@ -84,8 +81,7 @@ <h1>Email Footer Generator</h1>
font-family: sans-serif, Helvetica;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;
font-size: larger;
color: #717171;
display: block;
"
Expand All @@ -101,8 +97,6 @@ <h1>Email Footer Generator</h1>
font-family: sans-serif, Helvetica;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 16px;
color: #717171;
margin-top: 14px;
display: block;
Expand All @@ -120,8 +114,6 @@ <h1>Email Footer Generator</h1>
font-family: sans-serif, Helvetica;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 16px;
color: #717171;
display: block;
"
Expand Down

0 comments on commit b2807e5

Please sign in to comment.