Skip to content

Commit 5a52a5f

Browse files
committed
Cards: Small tweaks
1 parent 199d426 commit 5a52a5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

assets/css/v2/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ nav {
880880
[data-grid="last-third"] {
881881
grid-column: 1;
882882
}
883-
[data-grid="halve"] {
883+
[data-grid="half"] {
884884
grid-column: 1;
885885
}
886886

@@ -909,7 +909,7 @@ nav {
909909
grid-column: 8 / -1;
910910
}
911911

912-
[data-grid="halve"] {
912+
[data-grid="half"] {
913913
grid-column: span 6;
914914
}
915915
}
@@ -1502,7 +1502,7 @@ h6:has(a):hover {
15021502
h2 {
15031503
padding: 0;
15041504
margin: 0;
1505-
font-size: 1rem;
1505+
font-size: var(--font-step-1);
15061506
}
15071507
}
15081508
}

layouts/shortcodes/card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{{ if or (eq $isFullSize "true") (eq $isFeatured "true") }}
2222
{{ $dataGrid = "wide"}}
2323
{{ else }}
24-
{{ $dataGrid = "halve"}}
24+
{{ $dataGrid = "half"}}
2525
{{ end }}
2626

2727
{{- /* Validate that the parent is card-section and under 3 cards */ -}}

0 commit comments

Comments
 (0)