Skip to content

Commit

Permalink
+100px left margin of the text in the cta
Browse files Browse the repository at this point in the history
  • Loading branch information
dominrios committed Jun 27, 2024
1 parent 1e48685 commit 46f7144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/homepage/blocks/cta.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2>{{ .item.contents | markdownify }}</h2>
</a>


<p style = "color:white; left: 150px; margin-top: -100px;"> VOLTTRON™ is sponsored by the Department of Energy<br> and Pacific Northwest National Laboratory, 2016.</p>
<p style = "color:white; left: 150px; margin-top: -100px; margin-left: 100px"> VOLTTRON™ is sponsored by the Department of Energy<br> and Pacific Northwest National Laboratory, 2016.</p>
{{- end }}


Expand Down

0 comments on commit 46f7144

Please sign in to comment.