Skip to content

Commit

Permalink
fix size
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jun 27, 2023
1 parent 05cda8d commit 7cd2a32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

.tx-container {
height: 400px;
height: 300px;
padding-top: .0rem;
background: url(img/earth.jpg) no-repeat bottom center scroll;
background-color: #000;
Expand Down Expand Up @@ -120,6 +120,10 @@
}

@media screen and (min-width:60em) {
.tx-container {
height: 450px;
}

.md-sidebar--secondary {
display: none
}
Expand Down Expand Up @@ -173,10 +177,6 @@
background-color: #526cfe47;
border-radius: 3px;
}
.tx-container {
height: 700px;
}

}

.hr {
Expand Down

0 comments on commit 7cd2a32

Please sign in to comment.