Fix some design issues

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2024-11-06 07:28:27 +01:00
parent 3fe19f92a3
commit 69482b9785
3 changed files with 65 additions and 61 deletions
+60 -60
View File
@@ -27,12 +27,42 @@
}
}
},
"games": {
"name": "Games",
"project": {
"name": "Projects",
"entries": {
"remnant2": {
"name": "Remnant 2",
"url": "games/remnant2/",
"obs-studio": {
"name": "OBS Studio",
"entries": {
"amd-encoder": {
"name": "AMD Encoders",
"url": "/projects/obs/amd-encoder/",
"blank": false
},
"ffmpeg-encoder": {
"name": "FFmpeg Encoders",
"url": "/projects/obs/ffmpeg-encoder/",
"blank": false
},
"ocean-blue": {
"name": "Ocean Blue",
"url": "/projects/obs/ocean-blue/",
"blank": false
},
"streamfx": {
"name": "StreamFX",
"url": "/projects/obs/streamfx/",
"blank": false
}
}
},
"voicefx": {
"name": "VoiceFX (for VST)",
"url": "/projects/voicefx/",
"blank": false
},
"all": {
"name": "All Projects",
"url": "/projects/",
"blank": false
}
}
@@ -40,6 +70,16 @@
"guides": {
"name": "Guides",
"entries": {
"games": {
"name": "Games",
"entries": {
"remnant2": {
"name": "Remnant 2",
"url": "games/remnant2/",
"blank": false
}
}
},
"debloating": {
"name": "Debloating your System",
"blank": false,
@@ -100,46 +140,6 @@
}
}
},
"project": {
"name": "Projects",
"entries": {
"obs-studio": {
"name": "OBS Studio",
"entries": {
"amd-encoder": {
"name": "AMD Encoders",
"url": "/projects/obs/amd-encoder/",
"blank": false
},
"ffmpeg-encoder": {
"name": "FFmpeg Encoders",
"url": "/projects/obs/ffmpeg-encoder/",
"blank": false
},
"ocean-blue": {
"name": "Ocean Blue",
"url": "/projects/obs/ocean-blue/",
"blank": false
},
"streamfx": {
"name": "StreamFX",
"url": "/projects/obs/streamfx/",
"blank": false
}
}
},
"voicefx": {
"name": "VoiceFX (for VST)",
"url": "/projects/voicefx/",
"blank": false
},
"all": {
"name": "All Projects",
"url": "/projects/",
"blank": false
}
}
},
"socials": {
"name": "Socials",
"entries": {
@@ -162,22 +162,22 @@
"name": "Twitch",
"url": "https://s.xaymar.com/twitch",
"blank": true
}
}
},
"about": {
"name": "About Me",
"url": "/about/me/",
"entries": {
"privacy": {
"name": "Privacy Policy",
"url": "about/privacy/",
"blank": false
},
"rss": {
"name": "RSS Feed",
"url": "/feed.xml",
"blank": true
"about": {
"name": "About Me",
"url": "/about/me/",
"entries": {
"privacy": {
"name": "Privacy Policy",
"url": "about/privacy/",
"blank": false
},
"rss": {
"name": "RSS Feed",
"url": "/feed.xml",
"blank": true
}
}
}
}
}
+4
View File
@@ -11,6 +11,10 @@ body {
padding: 0;
background: $theme-content-background;
min-height: 100vh;
display: flex;
flex-direction: column;
// Font
font-size: 1.1rem;
line-height: 1.5em;
+1 -1
View File
@@ -1,6 +1,6 @@
#footer {
margin: 0;
margin-top: 2rem;
margin-top: auto;
padding: 0;
background: $theme-footer-background;
color: $theme-footer-color;