Skip to content

Commit

Permalink
Changed from dashed to solid
Browse files Browse the repository at this point in the history
  • Loading branch information
dchen278 committed Mar 28, 2021
1 parent 8826668 commit 4111602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/advertisements/components/TallAd.tsx
Expand Up @@ -13,7 +13,7 @@ const styles = {
width: "100%",
marginBottom: '2rem',
paddingBottom: '1rem',
borderBottom: '2px dashed #b1b4ba'
borderBottom: '2px solid #b1b4ba'
},
};

Expand Down

0 comments on commit 4111602

Please sign in to comment.