Fix Home "Where to Start" grid card link alignment in docs (#16945)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/16913/head^2
Jan Knobloch 4 months ago committed by GitHub
parent 091a30e0df
commit 4ebdc897a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/docs.yml
  2. 6
      docs/en/index.md

@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }} repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
token: ${{ secrets._GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.head_ref || github.ref }} ref: ${{ github.head_ref || github.ref }}
fetch-depth: 0 fetch-depth: 0
- name: Set up Python - name: Set up Python

@ -70,7 +70,7 @@ Explore the Ultralytics Docs, a comprehensive resource designed to help you unde
*** ***
Predict on new images, videos and streams with YOLO <br /> Predict on new images, videos and streams with YOLO <br /> &nbsp;
*** ***
@ -90,7 +90,7 @@ Explore the Ultralytics Docs, a comprehensive resource designed to help you unde
*** ***
Discover YOLO tasks like detect, segment, classify, pose, OBB and track <br /> Discover YOLO tasks like detect, segment, classify, pose, OBB and track <br /> &nbsp;
*** ***
@ -100,7 +100,7 @@ Explore the Ultralytics Docs, a comprehensive resource designed to help you unde
*** ***
Discover Ultralytics' latest state-of-the-art YOLO11 models and their capabilities <br /> Discover Ultralytics' latest state-of-the-art YOLO11 models and their capabilities <br /> &nbsp;
*** ***

Loading…
Cancel
Save