size projections in web interface

Co-authored-by: Alex <AlexanderMcDowell@users.noreply.github.com>
This commit is contained in:
2022-10-28 20:11:50 -07:00
parent 405b9f7f91
commit 97ab6a1ed1
11 changed files with 265 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ html {
align-items: center;
padding: 0px 2rem;
background-color: #e0e0e0;
border-radius: 1rem;
border-radius: 0.8rem;
}
.navbar-links {
@@ -45,6 +45,10 @@ html {
width: 32rem;
}
.image-out-pa {
width: 60rem;
}
.legend {
border-spacing: 0px;
border-collapse: collapse;