Created
December 9, 2016 02:09
-
-
Save ohtomi/780ba578435686a6c6bc104b128904a1 to your computer and use it in GitHub Desktop.
Scrapboxでページの余白を狭めるスタイル例
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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