From 7205a02b753f8921d9fc0ba333b2b4ea66ddd9c4 Mon Sep 17 00:00:00 2001 From: Ruben Date: Sat, 7 Feb 2026 17:15:23 +0100 Subject: [PATCH] Add margin-top only CSS reset to code style guidelines --- AGENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENT.md b/AGENT.md index 6f33123..bc6dbbd 100644 --- a/AGENT.md +++ b/AGENT.md @@ -24,7 +24,7 @@ Minimal PHP for modern conveniences. Decade-scale maintainability. No volatile d ## Code Style **PHP:** Arrow functions, null coalescing, match. Type hints where practical. Single-purpose functions. -**CSS:** Variables, native nesting, grid. `clamp()` over `@media`. Relative units. +**CSS:** Variables, native nesting, grid. `clamp()` over `@media`. Relative units. Margin-top only (reset: `* { margin-bottom: 0 }`). **Templates:** `` for UGC. `` for pre-rendered HTML. ## Project Structure