diff --git a/content/news/052/index.md b/content/news/052/index.md index 4ff2f58e1..eab300938 100644 --- a/content/news/052/index.md +++ b/content/news/052/index.md @@ -2,7 +2,7 @@ title = "This Month in Rust GameDev #52 - June 2024" transparent = true date = 2024-07-03 -draft = true +draft = false +++ @@ -38,7 +38,7 @@ Feel free to send PRs about your own projects! - [Interviews](#interviews) - [Blog Posts](#blog-posts) - [Jobs](#jobs) -- [Misc. Links](#misc-links) +- [Engine Newsletters](#engine-newsletters) - [Future News](#future-news) diff --git a/sass/_extra.scss b/sass/_extra.scss index c9cfc4ea0..2ef075ad6 100644 --- a/sass/_extra.scss +++ b/sass/_extra.scss @@ -99,7 +99,8 @@ h6:hover .anchor { margin-bottom: 0; } -input, button { +input, +button { font-size: inherit; } @@ -107,7 +108,8 @@ input { min-width: 0; // Allow the input to shrink on small devices. } -a.btn, // Trick to increase the specificity and win against rules such as a:visited +a.btn, +// Trick to increase the specificity and win against rules such as a:visited .btn { text-decoration: none; border-radius: 3px; @@ -149,6 +151,10 @@ video+em { color: $grey-color; } +video { + max-width: 100%; +} + .email-form { display: grid; margin-top: $spacing-unit; @@ -180,9 +186,9 @@ video+em { display: grid; grid-template-columns: repeat(2, auto); gap: 5px; - + label { grid-column: 1 / 3; font-size: .8em; } -} +} \ No newline at end of file