Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

emreguv
Copy link

@emreguv emreguv commented Oct 12, 2021

Deployment Checklist:

  • I have generated the production migrations using a fresh database
    (docker-compose down, docker-compose up, and then generated migrations)

Pull Request Description

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

border-top: none;
border-left: 2px solid #ddd;
margin-left: 35px;
: 35px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undo

border: none;
border-radius: 30px;
margin-left: 20px;
//margin-left: 20px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comments

margin: 0;
}
@media screen and (min-width: 400px) {
font-size: 16px;
Copy link
Contributor

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

Suggested change
font-size: 16px;
font-size: 1.17rem;

cursor: pointer;
height: 50px;
min-width: 155px;
//min-width: 155px;
Copy link
Contributor

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

min-width: 155px;
//min-width: 155px;
max-width: 200px;
font-size: 11px;
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants