carbynestack / carbynestack/carbynestack.github.io
Align stylesheet for home and subpages
- Dominant language
- HTML
- Stars
- 9
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
The landing page (home.html) uses an adjusted stylesheet compared to all the subpages.
Affects are for example:
1. The content width differs as `max-width` of `.md-grid` is overwritten:
```stylesheet
.md-grid {
/* Reduce the width of the content somewhat (original value is 61rem) */
max-width: 50rem;
}
```
2. Text style as well as the color for links in the announcement header differ
Home

Getting Started

Contributor guide
Research direction
Compare home.html with the subpage templates and inspect the stylesheet rules affecting .md-grid and the announcement header. Confirm the differing max-width, text styling, and link color, then align the home page with the subpages and verify both page types visually.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, html
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100