Adjusted the responsive layout targets.
All checks were successful
Build Tavernworks / Explore-Gitea-Actions (push) Successful in 3m11s
All checks were successful
Build Tavernworks / Explore-Gitea-Actions (push) Successful in 3m11s
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -297,7 +297,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bard"
|
||||
version = "0.3.16"
|
||||
version = "0.3.17"
|
||||
dependencies = [
|
||||
"dioxus",
|
||||
"tavern",
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -270,6 +270,8 @@
|
||||
|
||||
|
||||
@media screen and (max-width: 1000px)
|
||||
{
|
||||
.blog_post .blog_post_tale
|
||||
{
|
||||
.video_link
|
||||
{
|
||||
@ -281,3 +283,4 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user