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

210726 webtoon_detail_nav | css #9

Open
jjjeongmin opened this issue Jul 26, 2021 · 0 comments
Open

210726 webtoon_detail_nav | css #9

jjjeongmin opened this issue Jul 26, 2021 · 0 comments

Comments

@jjjeongmin
Copy link
Owner

.webtoon_detail{
padding-top: 0;
}

.webtoon_detail .nav_1{
background-color: #fafafa;
border-bottom: solid 1px #ededed;
}

.webtoon_detail .nav_1 ul{
display: flex;
flex-wrap: wrap;
align-items: center;
}

.webtoon_detail .nav_1 ul li{
width: auto;
height: 36px;
margin-right: 28px;
}

.webtoon_detail .nav_1 ul li:last-child{
margin-right: 0;
}

.webtoon_detail .nav_1 ul li a{
display: block;

width: 100%;
height: 100%;

line-height: 36px;
text-align: center;

font-size: 12px;
color: #434343;

}

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