Skip to content

Commit

Permalink
Fixed #5649
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Harpal <[email protected]>
  • Loading branch information
rahulharpal1603 committed Jul 9, 2024
1 parent dafa20d commit f1f89b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/collections/programs/Programs.style.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import styled from "styled-components";

export const ProgramsWrapper = styled.div`
a { color: ${props => props.theme.keppelColor};
}
a {
color: ${props => props.theme.keppelColor};
overflow-wrap: break-word;
}
img{
width: 19vw;
float: right;
Expand Down

0 comments on commit f1f89b5

Please sign in to comment.