From 5adeda88fffed7661b6c508a4464b0288f976619 Mon Sep 17 00:00:00 2001 From: Vassili Minaev Date: Thu, 15 Jan 2026 17:54:28 -0700 Subject: [PATCH] mobile --- templates/agent.html | 1 + templates/agents.html | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/agent.html b/templates/agent.html index b4faae6..a6d1c17 100644 --- a/templates/agent.html +++ b/templates/agent.html @@ -198,6 +198,7 @@ .bureau{ justify-items: start; } .header{ grid-template-columns: 1fr; } .field-grid{ grid-template-columns: 1fr; } + .stamp { right: 16px; top: 100px; } } diff --git a/templates/agents.html b/templates/agents.html index 6ad3c19..1ed5874 100644 --- a/templates/agents.html +++ b/templates/agents.html @@ -218,6 +218,7 @@ .row{ grid-template-columns: 1fr; } .headline{ padding-right: 0; } .tab{ right: 12px; } + .stamp { right: 16px; top: 100px; } }