guardian / guardian/dotcom-rendering
Wine articles
Open
Team Candidate: Articles and Publishing
- Dominant language
- TypeScript
- Stars
- 274
- Forks
- 34
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 121
Description
Support horizontal rules better on these articles.
https://www.theguardian.com/food/2022/jul/22/crisp-white-wines-to-whet-the-appetite-aperitif-fiona-beckett
```css
hr {
clear: left; /* required for floating images */
border: none;
height: 1px;
background: #DCDCDC;
}
```
Contributor guide
Assessment
This issue has not been assessed yet.