Skip to content

Commit f9daf6f

Browse files
committed
Add styling for comparison section headings in Resources
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 217201e commit f9daf6f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/collections/resources/Resources.style.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ import styled from "styled-components";
22
export const ResourcesWrapper = styled.div`
33
color: #000;
44
5+
div.comparison h2 {
6+
text-align: left;
7+
margin-top: 2rem;
8+
}
59
div.comparison h3 {
610
text-align: left;
711
margin-top: 2rem;

0 commit comments

Comments
 (0)