Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
저번 코드에 나의 실수가 있었음, 이걸로 수정해줄수 있니 ?
수정전
@media (max-width:1240px){.navigation{position:static;top:auto;max-width:50%;width:50%;display:inline-block;float:left}
수정후
@media (max-width:1440px){.navigation{position:static;top:auto;max-width:50%;width:50%;display:none;float:left}
  • Loading branch information
publisherKim authored Apr 10, 2018
commit fad0232a6abbd7bd0c04e7f9b28ce20d0dfaf2e7
Loading