Chrome lighthouse test is showing the following SEO error with the pager links:
I fixed this by adding the following custom css:
.pager__link {
margin: 4px;
}| Comment | File | Size | Author |
|---|---|---|---|
| #2 | at_tool_pager_margin.patch | 505 bytes | mattbloomfield |
Chrome lighthouse test is showing the following SEO error with the pager links:
I fixed this by adding the following custom css:
.pager__link {
margin: 4px;
}| Comment | File | Size | Author |
|---|---|---|---|
| #2 | at_tool_pager_margin.patch | 505 bytes | mattbloomfield |
Comments
Comment #2
mattbloomfield commentedI don't see an issue with this, I think it's helpful, so thank you very much. It actually needs to be in the AT Tool module (because that's where the starterkit is generated from. I've also attached a patch if someone wants to add this to a theme that they've already generated. It also works if you add it to you custom CSS, so it's really up to each user how to implement this.
I'm committing this to at_tool dev version right now.
Comment #3
mattbloomfield commented