Skip to content

Instantly share code, notes, and snippets.

View yusuke279's full-sized avatar

Yusuke Tsuda yusuke279

View GitHub Profile
@yuheiy
yuheiy / spacing-rules.md
Last active October 28, 2021 15:47
ウェブデザインの余白に規則性を持たせるためのパターン

ウェブデザインの余白に規則性を持たせるためのパターン

フォントサイズベース

$spacing: 1rem;

body {
  margin: ($spacing * 4) $spacing;
}