diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro
index 2cf11e3..7adc2b3 100644
--- a/src/layouts/Base.astro
+++ b/src/layouts/Base.astro
@@ -8,7 +8,6 @@ interface Props {
const { title } = Astro.props;
const titleTag = title != undefined ? `${title} | xevion.blog` : 'xevion.blog';
-const isWide = false;
---
@@ -54,7 +53,7 @@ const isWide = false;
-
+
-
+
diff --git a/src/styles/global.scss b/src/styles/global.scss
index 094a4b0..a77e3bb 100644
--- a/src/styles/global.scss
+++ b/src/styles/global.scss
@@ -216,18 +216,7 @@ sup {
}
nav {
- text-align: center;
font-family: "CMU Typewriter Text", monospace, monospace;
- font-size: 1.25em;
- color: #808080;
-
- a {
- color: white;
- }
-}
-
-.post_summary {
- clear: both;
}
.post_date {
diff --git a/src/styles/helpers.scss b/src/styles/helpers.scss
index 0ce9140..71f2d73 100644
--- a/src/styles/helpers.scss
+++ b/src/styles/helpers.scss
@@ -23,10 +23,6 @@ p {
padding: 10px;
}
-body.wide {
- max-width: 60rem !important;
-}
-
.no-select {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */