Skip to content

Commit 8ed9fc0

Browse files
committed
fix size2
1 parent 7cd2a32 commit 8ed9fc0

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

docs/src/overrides/home.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
}
7373

7474
.feature-item h2 svg {
75-
height: 30px;
75+
height: 20px;
7676
float: left;
7777
margin-right: 10px;
7878
transform: translateY(10%);
@@ -93,7 +93,7 @@
9393
.feature-item h2 {
9494
color: #333;
9595
font-weight: 300;
96-
font-size: 25px;
96+
font-size: 16px;
9797
white-space: nowrap;
9898
overflow: hidden;
9999
text-overflow: ellipsis;
@@ -104,8 +104,8 @@
104104
}
105105

106106
.feature-item p {
107-
font-size: 16px;
108-
line-height: 1.8em;
107+
font-size: 10px;
108+
line-height: 1.5em;
109109
text-rendering: optimizeLegibility;
110110
-webkit-font-smoothing: antialiased;
111111
color: #111;
@@ -121,7 +121,19 @@
121121

122122
@media screen and (min-width:60em) {
123123
.tx-container {
124-
height: 450px;
124+
height: 500px;
125+
}
126+
127+
.feature-item h2 {
128+
font-size: 20px;
129+
}
130+
131+
.feature-item p {
132+
font-size: 12px;
133+
}
134+
135+
.feature-item h2 svg {
136+
height: 25px;
125137
}
126138

127139
.md-sidebar--secondary {

0 commit comments

Comments
 (0)