We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
style.css :76
.btn-blog { min-width: 300px; max-width: 300px; margin-bottom: 5px; display: block; text-align: left; vertical-align: middle; }
위의 stylesheet 코드에서 min-width를 줄일 필요가 있어 보입니다.
아래와 같이 bootstrap.min.css:7 의 padding 값도 영향을 줍니다.
.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
iPhone5c safari에서 blogsync 웹 접속시 로그인 화면에서 버튼들이 오른쪽으로 넘어가는 증상
style.css :76
위의 stylesheet 코드에서 min-width를 줄일 필요가 있어 보입니다.
아래와 같이 bootstrap.min.css:7 의 padding 값도 영향을 줍니다.
The text was updated successfully, but these errors were encountered: