Skip to content

Commit

Permalink
change style of records a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Feb 13, 2024
1 parent 3832780 commit ba7f2a2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hakai_ckan_records_checks/templates/record.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ body {
display: flex;
flex-direction: column;
align-items: center;
margin: auto;
max-width: 1200px;
}
h1 {
margin: 30px;
Expand All @@ -40,13 +42,22 @@ h3 {
text-align: center;
padding: 5px;
}
table {
max-width: 800px;
text-align: left;
}
th {
text-align: left;
}
@media (min-width: 1200px) {
h3 {
border-radius: 10px;
}
#map {
border-radius: 10px;
}
}
</style>
<body>
<h1>Issue Report</h1>
Expand Down

0 comments on commit ba7f2a2

Please sign in to comment.