We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05cda8d commit 7cd2a32Copy full SHA for 7cd2a32
docs/src/overrides/home.html
@@ -15,7 +15,7 @@
15
}
16
17
.tx-container {
18
- height: 400px;
+ height: 300px;
19
padding-top: .0rem;
20
background: url(img/earth.jpg) no-repeat bottom center scroll;
21
background-color: #000;
@@ -120,6 +120,10 @@
120
121
122
@media screen and (min-width:60em) {
123
+ .tx-container {
124
+ height: 450px;
125
+ }
126
+
127
.md-sidebar--secondary {
128
display: none
129
@@ -173,10 +177,6 @@
173
177
background-color: #526cfe47;
174
178
border-radius: 3px;
175
179
176
- .tx-container {
- height: 700px;
- }
-
180
181
182
.hr {
0 commit comments