We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64368b7 commit ba0d410Copy full SHA for ba0d410
src/data/links.json
@@ -190,6 +190,10 @@
190
{
191
"name": "Jobs",
192
"path": "/jobs"
193
+ },
194
+ {
195
+ "name": "Discord",
196
+ "path": "https://discord.com/invite/BhTN2zJPMh"
197
}
198
]
199
},
src/layouts/Layout.astro
@@ -89,7 +89,7 @@ footer {
89
90
@media screen and (width>1200px){
91
main {
92
- margin-bottom:800px;
+ margin-bottom:90vh;
93
94
footer {
95
position: fixed;
0 commit comments