File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 146146
147147 .home-template__pillars__details--stats ,
148148 .home-template__community__details--stats {
149+ align-items : start;
149150 background-color : var (--color-mutednavy );
150151 border-radius : 8px ;
151152 display : grid;
152153 grid-template-columns : 1fr ;
153- gap : 12 px ;
154+ gap : 8 px ;
154155 grid-area : stats;
155156 padding : 20px ;
156157
157158 section {
158- display : grid ;
159- justify-content : center ;
159+ display : flex ;
160+ flex-direction : column ;
160161 gap : 12px ;
162+ justify-content : center;
161163 padding : 12px ;
162164
163165 h3 ,
173175 }
174176
175177 p {
176- font-size : 0.75rem ;
177- line-height : 1rem ;
178+ font-size : 1rem ;
179+ line-height : 1.25rem ;
180+ margin : 0 ;
178181 }
179182 }
180183 }
204207 flex-grow : 1 ;
205208 }
206209
207- small {
210+ small {
208211 font-size : 0.875rem ;
209212 line-height : 1.5rem ;
210213 }
242245 }
243246
244247 p {
245- font-size : 0.875 rem ;
248+ font-size : 1 rem ;
246249 line-height : 1rem ;
250+ margin : 0 ;
247251 }
248252 }
249253 }
You can’t perform that action at this time.
0 commit comments