Skip to content

Commit

Permalink
Layer 5 Badge SEction Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alfiya Siddique <[email protected]>
  • Loading branch information
AlfiyaSiddique committed Jul 27, 2024
1 parent 039d787 commit 3d9b4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 625px;
max-width: 95%;
}
img.badge-modal::after {
content: " ";
Expand Down
1 change: 1 addition & 0 deletions src/sections/app.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ h3 {
font-weight: 500;
@media (max-width: 62rem) {
font-size: 1.5rem;
text-align: center;
}
}
Expand Down

0 comments on commit 3d9b4ae

Please sign in to comment.