/通常時/
body {
padding-top:60px;
}
/ブラウザの横幅が980px以下のとき/
@media (max-width: 980px) {
/* Remove any padding from the body */
body {
padding-top: 0;
}
}
Go to list of users who liked
More than 5 years have passed since last update.
/通常時/
body {
padding-top:60px;
}
/ブラウザの横幅が980px以下のとき/
@media (max-width: 980px) {
/* Remove any padding from the body */
body {
padding-top: 0;
}
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked