Skip to content

Commit

Permalink
revert to original 625px max-width and make it 95% only in screen wid…
Browse files Browse the repository at this point in the history
…ths <670px

Signed-off-by: Vivek Vishal <[email protected]>
  • Loading branch information
vishalvivekm authored Jul 28, 2024
1 parent 3d9b4ae commit a6bc8de
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const Blog = styled.div`
display: inline;
float: right;
margin: .5rem;
max-width: 95%;
max-width: 625px;
}
img.badge-modal::after {
content: " ";
Expand Down Expand Up @@ -48,5 +48,8 @@ export const Blog = styled.div`
div.badge-grid > div {
max-width: 95%;
}
img.badge-modal{
max-width: 95%;
}
}
`;

0 comments on commit a6bc8de

Please sign in to comment.