Fixing up the theme to be ready for publishing

This commit is contained in:
Bashy 2025-09-24 21:04:43 +03:00
parent fa71a1c61f
commit aa354ad732
3 changed files with 8 additions and 2 deletions

View file

@ -283,6 +283,12 @@ img:hover {
font-style: italic;
}
iframe {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}
/* Post - Top section */
.article {
font-size: 35px !important;