Skip to content

Commit 9c23ffb

Browse files
committed
Cards: Small tweaks
1 parent 07f5ebb commit 9c23ffb

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
}
@@ -1497,7 +1497,7 @@ h6:has(a):hover {
14971497
h2 {
14981498
padding: 0;
14991499
margin: 0;
1500-
font-size: 1rem;
1500+
font-size: var(--font-step-1);
15011501
}
15021502
}
15031503
}

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)