fix card floating

This commit is contained in:
Phu Pham
2023-06-08 10:31:00 -04:00
parent c6ddbca868
commit 3668e269c6
3 changed files with 3 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1233,7 +1233,7 @@ pages:
html: tutorials.html
parent: docs.html
top_nav_grouping: Article Types
template: pagetype-tutorials.html.jinja
template: page-tutorials.html.jinja
blurb: The XRP Ledger tutorials walk you through the steps to learn and get started with the XRP Ledger and to use the ledger for advanced use cases.
targets:
- en

View File

@@ -159,7 +159,7 @@
{% set show_blurbs = True %}
{% set depth= 1 %}
{% macro tutorialCard(title, description, href, img, external) %}
<a class="card" href="{{href}}" target="_blank">
<a class="card float-up-on-hover" href="{{href}}" target="_blank">
<div class="card-body">
{% if img %}
<div class="card-icon-container">