Skip to content

Commit a3d3aac

Browse files
feat: update featured projects
* feat: add new carded styling * feat: add new featured projects Signed-off-by: Bryan Behrenshausen <[email protected]>
1 parent 3e4e69f commit a3d3aac

File tree

2 files changed

+789
-406
lines changed

2 files changed

+789
-406
lines changed

css/sassoftware.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,14 @@ h6 { font-size: 1.7rem; line-height: 1.6; margin-bottom: 0.6rem; font-weight: bo
207207
padding: 2rem;
208208
box-sizing: border-box;
209209
}
210+
.carded {
211+
border: 1px solid var(--border-color);
212+
border-radius: 1.5rem;
213+
padding: 5.5rem 3.5rem 2.5rem 3.5rem;
214+
background-color: var(--background-color);
215+
box-sizing: border-box;
216+
box-shadow: 1.7rem 1.7rem .1rem 0 var(--background-color-softer);
217+
}
210218
.bleed {
211219
background-color: var(--theme-hue);
212220
color: var(--text-color-inverted);

0 commit comments

Comments
 (0)