Fix #9, Fix #42, Fix #48, Fix #95, Fix #96, Fix #97, Fix #99, Fix #119. Fix 120

This commit is contained in:
Jai A
2021-03-26 22:07:15 -07:00
parent 98df1f5312
commit e6ece10716
13 changed files with 221 additions and 104 deletions

View File

@@ -2,7 +2,7 @@
<div class="page-container">
<div class="page-contents">
<header class="columns">
<h2 class="column-grow-1">File a report</h2>
<h3 class="column-grow-1">File a report</h3>
<button
title="Create"
class="brand-button column"
@@ -209,7 +209,7 @@ header {
grid-area: header;
padding: var(--spacing-card-md) var(--spacing-card-lg);
h2 {
h3 {
margin: auto 0;
color: var(--color-text-dark);
font-weight: var(--font-weight-extrabold);