Fixed responsiveness of the blog.
All checks were successful
Build Tavernworks / Explore-Gitea-Actions (push) Successful in 2m44s
All checks were successful
Build Tavernworks / Explore-Gitea-Actions (push) Successful in 2m44s
Also added the publish date to a post.
This commit is contained in:
@ -259,3 +259,25 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.video_link
|
||||
{
|
||||
display: none;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width: 1000px)
|
||||
{
|
||||
.video_link
|
||||
{
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.embedded_video
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user