Skip to content

Commit 7cd2a32

Browse files
committed
fix size
1 parent 05cda8d commit 7cd2a32

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/src/overrides/home.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616

1717
.tx-container {
18-
height: 400px;
18+
height: 300px;
1919
padding-top: .0rem;
2020
background: url(img/earth.jpg) no-repeat bottom center scroll;
2121
background-color: #000;
@@ -120,6 +120,10 @@
120120
}
121121

122122
@media screen and (min-width:60em) {
123+
.tx-container {
124+
height: 450px;
125+
}
126+
123127
.md-sidebar--secondary {
124128
display: none
125129
}
@@ -173,10 +177,6 @@
173177
background-color: #526cfe47;
174178
border-radius: 3px;
175179
}
176-
.tx-container {
177-
height: 700px;
178-
}
179-
180180
}
181181

182182
.hr {

0 commit comments

Comments
 (0)