We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22655a2 commit 5de2ee4Copy full SHA for 5de2ee4
2 files changed
assets/theme-css/keyfeatures.css
@@ -14,12 +14,13 @@
14
}
15
16
.keyfeatures-box-content {
17
- height: 200px;
18
min-width: 275px;
19
width: 335px;
20
margin: 25px auto;
21
- border-radius: 25px;
22
- border: 4px solid var(--colorBackgroundInverse);
+ border: 0.02em solid var(--pst-color-border);
+ box-shadow:
+ 0 0.2rem 0.5rem var(--pst-color-shadow),
23
+ 0 0 0.0625rem var(--pst-color-shadow);
24
25
26
.keyfeatures-box-title {
@@ -29,6 +30,8 @@
29
30
31
32
.keyfeatures-box-text {
33
+ line-height: 1.5;
34
+ font-size: 0.9em;
35
margin: 15px;
36
height: 6em;
37
overflow: hidden;
assets/theme-css/styles.css
@@ -58,6 +58,7 @@ a > code {
58
flex-direction: row;
59
justify-content: center;
60
width: 100%;
61
62
63
64
.hero-headline {
0 commit comments