Skip to content
Snippets Groups Projects
Commit 56f35f65 authored by Dragos Baciu-David's avatar Dragos Baciu-David
Browse files

Centered Table

parent ed797ec7
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ export default function JobTracker(props) {
return (
<div>
Job Tracker for {user.first_name}
<table class="table table-hover">
<table class="table table-hover text-center">
<thead>
<tr>
<th scope="col">Logo</th>
......
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