Skip to content

Commit

Permalink
#212 - updated sizing for components
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsoto committed Oct 20, 2024
1 parent fa23e65 commit dc0cef5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 31 deletions.
Original file line number Diff line number Diff line change
@@ -1,28 +1,7 @@
.image-container {
/* background-image: url(../../assets/images/NERO.jpeg); */
background-size: cover;
background-position: center;
height: 100%;
}

.overlay-div {
background-color: rgba(255, 255, 255, 0.5);
height: 100%;
padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
}

.thermometer-container {
.header-bar-container {
display: flex;
justify-content: center;
justify-content: flex-end;
align-items: center;
height: 200px;
width: 75px;
}

@media screen and (max-width: 800px) {
.container-div {
background-attachment: fixed;
}
}
flex-grow: 1;
gap: 20px;
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<hstack style="width: 100">
<hstack style="width: 100%">
<typography variant="xx-large-title" [content]="time | date: 'HH:mm:ss'" additionalStyles="width: 36%" />
<landing-page-date-location style="height: 95px; width: 16%" />
<landing-page-connection-display style="height: 95px; width: 16%" />
<landing-page-current-run-display style="height: 95px; width: 16%" />
<landing-page-viewer-display style="height: 95px; width: 16%" />
<div class="header-bar-container" style="width: 64%">
<landing-page-date-location style="height: 95px; width: 25%" />
<landing-page-connection-display style="height: 95px; width: 25%" />
<landing-page-current-run-display style="height: 95px; width: 25%" />
<landing-page-viewer-display style="height: 95px; width: 25%" />
</div>
</hstack>

0 comments on commit dc0cef5

Please sign in to comment.