Skip to content

Commit

Permalink
fix css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Sep 18, 2020
1 parent a19f405 commit df8a41c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/material/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,29 @@

<!-- Additional styles for landing page -->
<style>
/* Application header should be static for the landing page */
.md-header {
position: initial;
}

/* Remove spacing, as we cannot hide it completely */
.md-main__inner {
margin: 0;
}

/* Hide main content for now */
.md-content {
display: none;
}

.tx-container {
height: 200px;
width: 436px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -100px;
margin-left: -213px;
margin-left: -218px;
}

/* Set inverted text color on hero */
Expand Down

0 comments on commit df8a41c

Please sign in to comment.