diff --git a/_includes/base.html b/_includes/base.html
index 932fc12..741e130 100644
--- a/_includes/base.html
+++ b/_includes/base.html
@@ -42,7 +42,7 @@
-
+
- home
- blog
diff --git a/bundle.css b/bundle.css
index 5f4fb5b..394dedc 100644
--- a/bundle.css
+++ b/bundle.css
@@ -22,7 +22,8 @@ body {
background-image: url("/img/background.jpg");
background-position: 100% 100%;
background-size: cover;
- backdrop-filter: blur(100px);
+ background-repeat: repeat;
+ backdrop-filter: blur(5px);
}
a {
@@ -261,11 +262,7 @@ footer p,hr,div {
@media (max-width: 1000px) {
header {
- margin: none;
- width: 100%;
height: auto;
- border-radius: 0px;
- margin-top: 0px;
}
header h1 {
@@ -277,6 +274,27 @@ footer p,hr,div {
flex-direction: column;
}
+ #main-page {
+ flex-direction: column-reverse;
+ padding-left: 0px;
+ }
+
+ nav {
+ width: 100%;
+ ul {
+ display: flex;
+ justify-content: space-evenly;
+ }
+
+ li {
+ width: fit-content;
+ }
+ }
+
+ .hide-mobile {
+ display: none;
+ }
+
footer marquee {
width: auto !important;
}