banner elements now shift better on mobile
This commit is contained in:
@@ -130,6 +130,16 @@
|
|||||||
.title-container {
|
.title-container {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
gap: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.date-container {
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.date {
|
||||||
|
font-size: 0.9rem;
|
||||||
|
line-height: 1.2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -112,6 +112,7 @@
|
|||||||
<div class="sidebox-container">
|
<div class="sidebox-container">
|
||||||
<h4 class="sidebox-header">heads-up</h4>
|
<h4 class="sidebox-header">heads-up</h4>
|
||||||
<p>This website works best on Firefox and other Gecko-based browsers! All pages <i>should</i> be responsive and work on mobile.</p>
|
<p>This website works best on Firefox and other Gecko-based browsers! All pages <i>should</i> be responsive and work on mobile.</p>
|
||||||
|
<p>This website is 100% mobile-friendly – or at least trying to be!</p>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
|||||||
@@ -41,10 +41,12 @@ export const posts: BlogPostLink[] = [
|
|||||||
key: "2026/0326",
|
key: "2026/0326",
|
||||||
post: {
|
post: {
|
||||||
date: "2026-03-26",
|
date: "2026-03-26",
|
||||||
|
dateUpdated: "2026-03-26",
|
||||||
time: "20:50",
|
time: "20:50",
|
||||||
banner: "banner.webp",
|
banner: "banner.webp",
|
||||||
bannerAlt: "White light blurs on a darker background.",
|
bannerAlt: "White light blurs on a darker background.",
|
||||||
title: "Moving On",
|
title: "Moving On",
|
||||||
|
subtitle: "Moving On",
|
||||||
description: "It's time to switch domains.",
|
description: "It's time to switch domains.",
|
||||||
tags: [
|
tags: [
|
||||||
BlogPostTag.META,
|
BlogPostTag.META,
|
||||||
|
|||||||
@@ -109,10 +109,12 @@
|
|||||||
|
|
||||||
<Content>
|
<Content>
|
||||||
<Banner2
|
<Banner2
|
||||||
title="About"
|
title="About Me & natconf.dev"
|
||||||
banner="/me.webp"
|
banner="/me.webp"
|
||||||
bannerAlt="Mirror picture of me, pixelated beyond recognition"
|
bannerAlt="Mirror picture of me, pixelated beyond recognition"
|
||||||
subtitle="If you'd like to learn more about me and my website"
|
subtitle="If you'd like to learn more about me and my website"
|
||||||
|
date="2025-08-10"
|
||||||
|
dateUpdated="2026-03-26"
|
||||||
pixelated />
|
pixelated />
|
||||||
|
|
||||||
<TableOfContents />
|
<TableOfContents />
|
||||||
@@ -198,10 +200,6 @@
|
|||||||
<p>When I was recently replaying the original Ratchet & Clank (2002) in German, I noticed again that the dialogue translated into German is often longer than the original English dialogue, which makes characters' voice lines run into one another. This doesn't happen in the English original.</p>
|
<p>When I was recently replaying the original Ratchet & Clank (2002) in German, I noticed again that the dialogue translated into German is often longer than the original English dialogue, which makes characters' voice lines run into one another. This doesn't happen in the English original.</p>
|
||||||
|
|
||||||
<p>This is most noticeable in the cutscene that plays after you acquire the Hologuise on planet Kalebo III, where <a href="https://youtu.be/XIShUN7AUqg?t=3479">the narrator explains how the Hologuise works</a>. The narrations lags WAY behind the visuals, to the point that there's a brief black screen at the end while the narration is still ongoing, and then it just cuts off the narrator entirely.</p>
|
<p>This is most noticeable in the cutscene that plays after you acquire the Hologuise on planet Kalebo III, where <a href="https://youtu.be/XIShUN7AUqg?t=3479">the narrator explains how the Hologuise works</a>. The narrations lags WAY behind the visuals, to the point that there's a brief black screen at the end while the narration is still ongoing, and then it just cuts off the narrator entirely.</p>
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<p><i>Last updated: 2026-03-26</i></p>
|
|
||||||
</Content>
|
</Content>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user