Fixed the uglies
This commit is contained in:
@@ -63,7 +63,3 @@ code {
|
|||||||
footer p {
|
footer p {
|
||||||
margin-bottom: .25rem;
|
margin-bottom: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card .mx-auto {
|
|
||||||
margin-bottom: 50px;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
<?php if (is_signed_in()) { ?>
|
<?php if (is_signed_in()) { ?>
|
||||||
<section>
|
<section>
|
||||||
<div class="card mx-auto" style="width: 80%;">
|
<div class="card mx-auto" style="width: 80%;margin-bottom: 50px;">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<span class="mdi mdi-ticket-outline"></span> My Open Requests
|
<span class="mdi mdi-ticket-outline"></span> My Open Requests
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -82,7 +82,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<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">
|
<form style="padding: 2%" action="/new" method="post" enctype="multipart/form-data">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="title">Title: </label>
|
<label for="title">Title: </label>
|
||||||
|
|||||||
Reference in New Issue
Block a user