File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed
Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 7272 }
7373
7474 .feature-item h2 svg {
75- height : 30 px ;
75+ height : 20 px ;
7676 float : left;
7777 margin-right : 10px ;
7878 transform : translateY (10% );
9393 .feature-item h2 {
9494 color : # 333 ;
9595 font-weight : 300 ;
96- font-size : 25 px ;
96+ font-size : 16 px ;
9797 white-space : nowrap;
9898 overflow : hidden;
9999 text-overflow : ellipsis;
104104 }
105105
106106 .feature-item p {
107- font-size : 16 px ;
108- line-height : 1.8 em ;
107+ font-size : 10 px ;
108+ line-height : 1.5 em ;
109109 text-rendering : optimizeLegibility;
110110 -webkit-font-smoothing : antialiased;
111111 color : # 111 ;
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 {
You can’t perform that action at this time.
0 commit comments