gbdev / rgbds-www

RGBDS website, hosting documentation and install instructions. Built with Docusaurus, content from RGBDS man pages.
https://rgbds.gbdev.io
Other
7 stars 7 forks source link

Change site design #16

Closed ISSOtm closed 2 years ago

ISSOtm commented 3 years ago

It has been reported (at least by @zaidmade and @AntonioND) that the stylesheet needs to be reworked. (The former forked the site, though it's broken due to #15.)

Suggested fixes:

Rangi42 commented 3 years ago

Background fix:

 main {
    margin: 0 auto;

    max-width: $max-width;
    // Prevent text from bumping sides on smaller windows
-   padding: 10px 20px 10px 10px;
+   padding: 10px 20px;
+   background: #EEE;
}
avivace commented 2 years ago

This could be closed / reopened in a similar fashion in the new repo, no @ISSOtm ?

See https://github.com/gbdev/rgbds-www/issues/27

ISSOtm commented 2 years ago

I don't think the issues listed here apply to the design over there. Do they?

avivace commented 2 years ago

I'm closing this as we migrated the entire stack to the React/Docusaurus version