Skip to content

Commit

Permalink
Fixes layout of invite request page
Browse files Browse the repository at this point in the history
  • Loading branch information
DougReeder committed Aug 14, 2024
1 parent f93cf9c commit 9b0af9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ section.hero header + p {
.fitName {
font-size: 1.3rem;
font-size: math;
overflow: scroll;
}

.centeredBoxContent {
Expand Down
8 changes: 5 additions & 3 deletions lib/views/login/request-invite.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

<script type="module" src="<%= basePath %>/assets/contact-url.mjs"></script>

<h2>Request an Invitation</h2>
<section class="fullwidth centeredText">
<h2>Request an Invitation</h2>

<p>How should we contact you?</p>
<p>How should we contact you?</p>

<%- include('../contact-url.html'); %>
<%- include('../contact-url.html'); %>
</section>

<%- include('../end.html'); %>

0 comments on commit 9b0af9b

Please sign in to comment.