File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 137137 line-height : 1.5 ; /* or 1.25 */
138138 }
139139
140+ // <Experience>
140141 #featured-projects article {
141142 padding-bottom : var (--space-3 ) !important ;
142143 margin-bottom : var (--space-3 ) !important ;
163164 }
164165 }
165166 }
167+ // </Experience>
168+
169+ // <Cards>
170+ .card {
171+ perspective : none ; /* no 3D in print */
172+ border : none !important ;
173+ }
174+
175+ .card-inner {
176+ border : none !important ;
177+ padding : 0 !important ;
178+ margin : 0 !important ;
179+ height : auto !important ;
180+ transform : none !important ; /* disable flipping */
181+ border : none !important ;
182+ height : auto !important ;
183+ }
184+
185+ .card-front {
186+ border : none !important ;
187+ padding : 0 !important ;
188+ margin : 0 !important ;
189+ position : revert !important ;
190+ display : block !important ;
191+ transform : none !important ;
192+ border : none ! important;
193+ height : auto !important ;
194+ }
195+
196+ .card-back {
197+ position : revert !important ;
198+ display : block o !important ;
199+ margin-top : 2rem ;
200+ transform : none !important ;
201+ border : none !important ;
202+ padding : 0 !important ;
203+ margin : 0 !important ;
204+ }
205+
206+ #why-me {
207+ .card-back {
208+ display : none !important ;
209+ }
210+ }
211+
212+ // </Cards>
166213}
You can’t perform that action at this time.
0 commit comments