-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discord button flex display and gap fixed #349
base: master
Are you sure you want to change the base?
Conversation
@@ -13,7 +13,7 @@ const PaneWrapper: any = styled.div` | |||
@media only screen and (min-width: 810px) { | |||
border-top: none; | |||
border-left: 2px solid #ddd; | |||
margin-left: 35px; | |||
: 35px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
undo
@@ -61,7 +61,7 @@ const SIGDiscord = styled.a` | |||
background: #42c0fc; | |||
border: none; | |||
border-radius: 30px; | |||
margin-left: 20px; | |||
//margin-left: 20px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove comments
@@ -36,6 +37,9 @@ const Item: any = styled.li` | |||
h3 { | |||
margin: 0; | |||
} | |||
@media screen and (min-width: 400px) { | |||
font-size: 16px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the original font-size
font-size: 16px; | |
font-size: 1.17rem; |
`; | ||
|
||
const Item: any = styled.li` | ||
border-radius: 6px; | ||
transition: ease-in-out 0.1s all; | ||
cursor: pointer; | ||
height: 50px; | ||
min-width: 155px; | ||
//min-width: 155px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apply the min-width at 810px
max-width: 200px; | ||
font-size: 11px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
font-size shouldn't be smaller than 12px. You can shrink the "SIGLogo" instead to achieve a smaller button.
Deployment Checklist:
(
docker-compose down
,docker-compose up
, and then generated migrations)Pull Request Description
Checklist: