Skip to content

Commit d73d9c6

Browse files
committed
:spade_suit:
1 parent 3ea46fe commit d73d9c6

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

_sass/_print.scss

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
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;
@@ -163,4 +164,50 @@
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
}

0 commit comments

Comments
 (0)