Fixed the uglies
This commit was merged in pull request #33.
This commit is contained in:
committed by
Luke Tainton
parent
c20c531af8
commit
6fe273e238
@@ -63,7 +63,3 @@ code {
|
||||
footer p {
|
||||
margin-bottom: .25rem;
|
||||
}
|
||||
|
||||
.card .mx-auto {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user