Files
dinbestehjelper.no/assets/sass/layout/_main.scss
T
Astral04andClaude Opus 4.8 31eb8b5878 Initial import of Din Beste Hjelper site
CodeIgniter 3 app for dinbestehjelper.no. Excludes vendor/, local backup
folders (new/, archive/, archived/) and DB dumps (*.sql) via .gitignore.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01P16ttGUge8zj91dm6WrmEb
2026-08-04 12:36:43 +00:00

15 lines
285 B
SCSS

///
/// Phantom by Pixelarity
/// pixelarity.com | hello@pixelarity.com
/// License: pixelarity.com/license
///
/* Main */
#main {
@include padding(5em, 0, (-5em, 0, 3em, 0));
@include breakpoint('<=small') {
@include padding(3em, 0, (-3em, 0, 3em, 0));
}
}