Skip to content
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

모바일 웹페이지에서 버튼들이 화면에서 벗어나는 오류 #349

Open
neoqmin opened this issue Sep 22, 2015 · 0 comments
Open

Comments

@neoqmin
Copy link
Contributor

neoqmin commented Sep 22, 2015

iPhone5c safari에서 blogsync 웹 접속시 로그인 화면에서 버튼들이 오른쪽으로 넘어가는 증상

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;
}
@neoqmin neoqmin changed the title 모바일 웹페이지에서 버튼들이 화면에서 벗어나는 표현됨 모바일 웹페이지에서 버튼들이 화면에서 벗어나는 오류 Sep 22, 2015
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

No branches or pull requests

1 participant