Fixed a spelling mistake in the blog css.
All checks were successful
Build Tavernworks / Explore-Gitea-Actions (push) Successful in 3m11s

This commit is contained in:
2025-10-16 18:32:01 -04:00
parent 87bb1459b8
commit 62a2c4f5bc
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -297,7 +297,7 @@ dependencies = [
[[package]] [[package]]
name = "bard" name = "bard"
version = "0.3.15" version = "0.3.16"
dependencies = [ dependencies = [
"dioxus", "dioxus",
"tavern", "tavern",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bard" name = "bard"
version = "0.3.15" version = "0.3.16"
edition = "2024" edition = "2024"
description = "Dioxus components that will display a Tavern blogging system Blog." description = "Dioxus components that will display a Tavern blogging system Blog."
repository = "/CyberMages/tavern" repository = "/CyberMages/tavern"

View File

@ -117,7 +117,7 @@
padding-left: 20px; padding-left: 20px;
} }
.embeded_video .embedded_video
{ {
margin-top: 50px; margin-top: 50px;
display: flex; display: flex;