pixijs / webdoc-template

PixiJS template ported to webdoc
https://pixijs.io/docs
4 stars 3 forks source link

Align main page header section styling with the member section's #37

Closed bbazukun123 closed 10 months ago

bbazukun123 commented 11 months ago

Resolves ticket.

Preview

Build: https://pixi-docs-header-section-style-alignment.surge.sh/assets.html

Screenshot 2023-12-13 at 00 49 01 Screenshot 2023-12-13 at 00 49 15

bbazukun123 commented 11 months ago

Love it!

Do you think you could also add a capitalise rule to the page header? eg. "Assets" vs "assets". I think it looks weird being lowercase as a title.

.main .header h2 {
   text-transform: capitalize;
}

Sure thing, but just to double-check - will this be confused with the actual Assets page (assets.Assets)? Or are you guys planning to update the namespace namings anyway?