Skip to content

Commit

Permalink
Committing changes found on the VM
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmapn authored and neon-ninja committed Jan 21, 2025
1 parent 71de2b1 commit d3e9d7c
Show file tree
Hide file tree
Showing 17 changed files with 654 additions and 54 deletions.
38 changes: 38 additions & 0 deletions assets/css/binningMap.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
@media (max-width: 800px) {
#container {
height: 650px;
grid-template-columns: none !important;
grid-template-rows: auto 1fr;
}

#mapContainer {
height: auto !important;
}
}

#container {
display: grid;
grid-template-columns: 370px 1fr;
}

#mapContainer {
height: 600px;
width: 900px;
}

#controlContainer {
margin-top: 10px;
display: grid;
grid-column-gap: 10px;
align-self: center;
}

#controlContainer label {
grid-column: 1 / span 1;
text-align: end;
}

#controlContainer input {
grid-column: 2 / span 1;
width: 150px;
}
2 changes: 1 addition & 1 deletion assets/css/theme/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d3e9d7c

Please sign in to comment.