Adjusted the responsive layout targets.
All checks were successful
Build Tavernworks / Explore-Gitea-Actions (push) Successful in 3m11s

This commit is contained in:
2025-10-16 18:47:20 -04:00
parent 62a2c4f5bc
commit f023f36558
3 changed files with 11 additions and 8 deletions

View File

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

View File

@ -271,13 +271,16 @@
@media screen and (max-width: 1000px)
{
.video_link
.blog_post .blog_post_tale
{
display: flex;
}
.video_link
{
display: flex;
}
.embedded_video
{
display: none;
.embedded_video
{
display: none;
}
}
}