Commit 933d02b2 authored by pp-hh-ii-ll's avatar pp-hh-ii-ll Committed by GitHub

fix: responsive styling for info buttons (#5652)

Responsive styling for info buttons

Reduces margins and font size in mobile view
Adds some margin to the side of the external-link arrow
Co-authored-by: default avatarVignesh Mohankumar <vignesh@vigneshmohankumar.com>
parent 7738a6b9
...@@ -113,6 +113,7 @@ const ActionsContainer = styled.span` ...@@ -113,6 +113,7 @@ const ActionsContainer = styled.span`
@media screen and (min-width: ${BREAKPOINTS.md}px) { @media screen and (min-width: ${BREAKPOINTS.md}px) {
flex-direction: column; flex-direction: column;
gap: 24px;
} }
@media screen and (min-width: ${BREAKPOINTS.lg}px) { @media screen and (min-width: ${BREAKPOINTS.lg}px) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment