diff --git a/src/Portfolio.Web/Components/Components/TimestampView.razor.css b/src/Portfolio.Web/Components/Components/TimestampView.razor.css
index 8e9444c..d93d334 100644
--- a/src/Portfolio.Web/Components/Components/TimestampView.razor.css
+++ b/src/Portfolio.Web/Components/Components/TimestampView.razor.css
@@ -50,7 +50,7 @@
}
}
-@media screen and (max-width: var(--mobile-width)) {
+@media screen and (max-width: 750px) {
.timestamp {
gap: 15px;
padding-left: 30px;
diff --git a/src/Portfolio.Web/Components/Layout/Navigation.razor b/src/Portfolio.Web/Components/Layout/Navigation.razor
index f739cd2..cfc54e1 100644
--- a/src/Portfolio.Web/Components/Layout/Navigation.razor
+++ b/src/Portfolio.Web/Components/Layout/Navigation.razor
@@ -6,7 +6,6 @@