File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ include::partial$css/installation-cards.css[]
4444++++
4545
4646== Browse by Framework
47+
4748++++
4849include::partial$css/installation-cards.css[]
4950<div class="tiny-installation-cards">
Original file line number Diff line number Diff line change 4242 padding : 1rem ;
4343 background-color : # eff1f5 ;
4444 border-radius : 0.5rem ;
45+ margin-top : 1rem ;
4546}
4647
4748/* Remove inner margins when using the wrapper */
217218 text-decoration : none;
218219 display : block;
219220 color : inherit;
221+ border : 2px solid transparent; /* reserve space to avoid layout shift on hover */
222+ border-radius : 10px ;
223+ transition : all 0.3s ease;
220224}
221225
222226.framework-card-link : hover {
223227 text-decoration : none !important ;
224- border : 2px solid var (--card-border );
225- border-radius : 10px ;
226- transition : all 0.3s ease;
228+ border-color : var (--card-border );
227229}
228230
229231.framework-card {
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ include::partial$css/installation-cards.css[]
5050++++
5151
5252=== Supported frameworks
53+
54+ The below frameworks are the official supported frameworks for {productname}.
55+
5356++++
5457include::partial$css/installation-cards.css[]
5558<div class="tiny-installation-cards">
You can’t perform that action at this time.
0 commit comments