mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +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
|
||||
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
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user