Skip to content

Commit

Permalink
Merge pull request #312 from biocore/csymons_report_mobile
Browse files Browse the repository at this point in the history
Improvements to Report Template for Mobile
  • Loading branch information
cassidysymons authored Jan 30, 2024
2 parents 1410a76 + 41e1a85 commit 905f000
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion microsetta_interface/templates/new_results_page.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
width: 30%;
margin: 20px;
}
@media (max-width: 575.98px) {
div.diversity-compare {
width: 90%;
}
}
.diversity-category {
color: #006a96;
}
Expand Down Expand Up @@ -116,6 +121,11 @@
border-color: #006a96;
width: 70%;
}
@media (max-width: 575.98px) {
div.how_you_compare_section {
width: 100%;
}
}
div.how_you_compare_section h3 {
color: #006a96;
font-weight: lighter;
Expand Down Expand Up @@ -147,7 +157,11 @@
width: 35%;
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
@media (max-width: 575.98px) {
div.your_sample_diversity_inset {
width: 100%;
}
}
.scatter-bg {
background-image: url('/static/img/scatter.png');
background: url('/static/img/scatter.png');
Expand Down

0 comments on commit 905f000

Please sign in to comment.