Skip to content
Snippets Groups Projects
Commit 070b1cd5 authored by Thatcher Peskens's avatar Thatcher Peskens
Browse files

Added a line to css to make sure th woul align left.

parent 7b1ec9ff
No related branches found
No related tags found
No related merge requests found
......@@ -330,3 +330,7 @@ section.header {
@media (max-width: 480px) {
}
/* Misc fixes */
table th {
text-align: left;
}
......@@ -449,4 +449,9 @@ section.header {
@media (max-width: 480px) {
}
/* Misc fixes */
table th {
text-align: left;
}
\ No newline at end of file
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