Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uicardiodev/hugo-uilite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/contact.html')
-rw-r--r--layouts/partials/contact.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html
index 306f4b3..97cb4ed 100644
--- a/layouts/partials/contact.html
+++ b/layouts/partials/contact.html
@@ -1,4 +1,5 @@
{{ $config := .Site.Data.config }}
+
<section id="contact" class="bg-light d-flex align-items-center" style="height: 100vh;">
<div class="container">
<h2 class="heading mb-3">Contact</h2>
@@ -18,7 +19,7 @@
<input type="email" class="form-control" name="_replyto" placeholder="Email">
</div>
</div>
-
+
<div class="form-group">
<label>Message</label>
<textarea placeholder="Message" name="message" class="form-control" rows="4"></textarea>
@@ -26,4 +27,4 @@
<button type="submit" class="btn btn-dark">Submit</button>
</form>
</div>
-</section> \ No newline at end of file
+</section>