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 April 11, 2026 00:48
ウェブデザインの余白に規則性を持たせるためのパターン

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

フォントサイズベース

$spacing: 1rem;

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