Skip to content

Commit

Permalink
style: Remove redundant. Improved header/map/footer ratios
Browse files Browse the repository at this point in the history
  • Loading branch information
purplebugs committed Oct 27, 2024
1 parent be83352 commit 305a301
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/alpaca-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ export default class AlpacaMap extends LitElement {
background-color: white;
display: inline-block;
border: 1px solid black;
height: 100%;
width: auto;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 5fr 1fr;
grid-template-rows: auto 5fr 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
Expand Down Expand Up @@ -90,8 +88,8 @@ export default class AlpacaMap extends LitElement {
.header-container {
background-color: white;
margin: 0.5em;
overflow: hidden;
padding: 0.25em 0em 0.25em 0em;
}
.map-container {
Expand All @@ -102,7 +100,7 @@ export default class AlpacaMap extends LitElement {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.5em 0.5em 0.5em 0.5em;
padding: 0.5em 0em 0.5em 0em;
background-color: white;
Expand Down

0 comments on commit 305a301

Please sign in to comment.