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
+45 -45
View File
@@ -27,6 +27,49 @@
}
}
},
"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
}
}
},
"guides": {
"name": "Guides",
"entries": {
"games": {
"name": "Games",
"entries": {
@@ -37,9 +80,6 @@
}
}
},
"guides": {
"name": "Guides",
"entries": {
"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,8 +162,6 @@
"name": "Twitch",
"url": "https://s.xaymar.com/twitch",
"blank": true
}
}
},
"about": {
"name": "About Me",
@@ -182,3 +180,5 @@
}
}
}
}
}
+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;