Fixed the uglies

This commit was merged in pull request #33.
This commit is contained in:
Alexander Davis
2020-08-06 20:05:59 +01:00
committed by Luke Tainton
parent c20c531af8
commit 6fe273e238
3 changed files with 2 additions and 6 deletions

View File

@@ -63,7 +63,3 @@ code {
footer p {
margin-bottom: .25rem;
}
.card .mx-auto {
margin-bottom: 50px;
}

View File

@@ -47,7 +47,7 @@
<?php if (is_signed_in()) { ?>
<section>
<div class="card mx-auto" style="width: 80%;">
<div class="card mx-auto" style="width: 80%;margin-bottom: 50px;">
<div class="card-header">
<span class="mdi mdi-ticket-outline"></span> My Open Requests
</div>

View File

@@ -82,7 +82,7 @@
</section>
<section>
<div class="card mx-auto" style="width: 50%;">
<div class="card mx-auto" style="width: 50%;margin-bottom: 50px;">
<form style="padding: 2%" action="/new" method="post" enctype="multipart/form-data">
<div class="form-group">
<label for="title">Title: </label>