Skip to content

Commit

Permalink
Use box-shadow feature boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Oct 31, 2023
1 parent 22655a2 commit cc8c1de
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/theme-css/keyfeatures.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
min-width: 275px;
width: 335px;
margin: 25px auto;
border-radius: 25px;
border: 4px solid var(--colorBackgroundInverse);
border: 0.02em solid var(--pst-color-border);
box-shadow:
0 0.2rem 0.5rem var(--pst-color-shadow),
0 0 0.0625rem var(--pst-color-shadow) !important;
}

.keyfeatures-box-title {
Expand All @@ -29,6 +31,8 @@
}

.keyfeatures-box-text {
line-height: 1.5;
font-size: 0.9em;
margin: 15px;
height: 6em;
overflow: hidden;
Expand Down

0 comments on commit cc8c1de

Please sign in to comment.