mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
fix card floating
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1233,7 +1233,7 @@ pages:
|
|||||||
html: tutorials.html
|
html: tutorials.html
|
||||||
parent: docs.html
|
parent: docs.html
|
||||||
top_nav_grouping: Article Types
|
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.
|
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:
|
targets:
|
||||||
- en
|
- en
|
||||||
|
|||||||
@@ -159,7 +159,7 @@
|
|||||||
{% set show_blurbs = True %}
|
{% set show_blurbs = True %}
|
||||||
{% set depth= 1 %}
|
{% set depth= 1 %}
|
||||||
{% macro tutorialCard(title, description, href, img, external) %}
|
{% 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">
|
<div class="card-body">
|
||||||
{% if img %}
|
{% if img %}
|
||||||
<div class="card-icon-container">
|
<div class="card-icon-container">
|
||||||
|
|||||||
Reference in New Issue
Block a user