Skip to content

Instantly share code, notes, and snippets.

@ohtomi
Created December 9, 2016 02:09
Show Gist options
  • Save ohtomi/780ba578435686a6c6bc104b128904a1 to your computer and use it in GitHub Desktop.
Save ohtomi/780ba578435686a6c6bc104b128904a1 to your computer and use it in GitHub Desktop.
Scrapboxでページの余白を狭めるスタイル例
.col-page {
width: calc(100% - 132px);
max-width: 1260px;
}
@media (min-width: 1092px)
.col-page-side {
width: calc((100% - 1260px) / 2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment