codemetropolis / CodeMetropolis

See your software as never before.
http://codemetropolis.github.io/CodeMetropolis/
14 stars 30 forks source link

Fix the CSS of the project's github page #381

Open R3tes opened 5 months ago

R3tes commented 5 months ago

Issue Description

Current State:

After merging a branch containing updates for Java versions from 1.8 to 22 into the homepage branch, the CodeMetropolis projects webpage currently appears broken, as shown in the screenshot below:

Current State

Previously, the webpage was functioning correctly when built and served locally with MkDocs. However, post-merge, it seems that there might be an issue with the MkDocs CSS and/or JS scripts, leading to the current display problems.

Expected State:

The webpage should appear as intended, similar to the example below:

Expected State

Potential Causes:

Task:

Identify and fix the issues with the MkDocs CSS and/or JS scripts to restore the webpage to its intended appearance.

Additional Information: