Skip to content

Commit 3b5a4c5

Browse files
author
Vivek Vishal
authored
add spacing between li items
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent f51b094 commit 3b5a4c5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/sections/Devrel-platform/content.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ const DevrelContentWrapper = styled.div`
9797
color: ${(props) => props.theme.tertiaryColor};
9898
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
9999
opacity: 0.8;
100+
display: flex;
101+
flex-direction: column;
102+
gap: 10px;
100103
li {
101104
list-style-image: url(https://docs.meshery.io/assets/img/meshery/meshery-logo-light.svg);
102105
}

0 commit comments

Comments
 (0)