Put "Specify Js" title next to logo?
Open
Nobody has claimed this yet.
design
discussion
- Dominant language
- HTML
- Stars
- 336
- Forks
- 63
- Avg merge
- 12h
- Merged PRs (30d)
- 8
Description
it may re-enforce the branding and purpose of TC39, not sure though
Here are the changes made:
.page-header {
/* align-items: flex-start; */
align-items: center;
}
@media (min-width: 920px) {
.page-title {
/* line-height: 81px; */
/* text-align: end; */
}
}
.page-title {
/* font-size: 36px; */
/* line-height: 54px; */
/* margin: 50px 0 0; */
margin: 0;
margin-inline-start: 20px;
padding: 0;
}
.page-menu {
/* margin-top: 73.6px; */
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the .page-header, .page-title, and .page-menu CSS rules shown in the issue, then view the site at the desktop and responsive widths mentioned by the layout. Done means the “Specify Js” title sits beside the logo and the header remains visually aligned across those widths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, html
- Domain
- design, frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100