Skip to content
Snippets Groups Projects
Commit 7a45a26d authored by Isaac Evavold's avatar Isaac Evavold
Browse files

center dars view horizontally

parent 3b49ba41
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
[alerts]="alerts$ | async"
(dismiss)="onDismissAlert($event)">
</cse-alert-container>
<h2 class="mat-h1">Completed Audit Requests</h2>
<h2 id="dars-view-title" class="mat-h1">Completed Audit Requests</h2>
<div class="dars-header-bar">
<div>
......
......@@ -17,6 +17,17 @@
margin: 24px;
}
#dars-main {
margin: 24px auto;
}
#dars-view-title,
.dars-header-bar,
.dars-audit-group {
margin-left: 1rem;
margin-right: 1rem;
}
.audit-wrapper {
margin: 50px auto;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment