guardian / guardian/dotcom-rendering

Wine articles

Open
#5,523 0 comments 1 reaction 1 assignee Claimed by @mxdvl View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.