From 5eff5804b521a9035162a222ff565f13c5da58e3 Mon Sep 17 00:00:00 2001 From: gennyble Date: Thu, 13 Feb 2025 04:50:51 -0600 Subject: trip to a coffee shop --- served/the-continuum/the-continuum.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'served/the-continuum/the-continuum.css') diff --git a/served/the-continuum/the-continuum.css b/served/the-continuum/the-continuum.css index 5a0243b..80d49b1 100644 --- a/served/the-continuum/the-continuum.css +++ b/served/the-continuum/the-continuum.css @@ -11,4 +11,27 @@ #info { grid-column: 1; } +} + +form { + width: fit-content; + float: right; + margin: 0 0 0.25rem 0.5rem; +} + +fieldset { + border: 1px dashed var(--text-dim); + padding: 0.5rem 0.25rem; +} + +@media (max-width: 58rem) { + form { + width: 100%; + margin: 0 0 1rem 0; + } + + fieldset { + border-width: 1px 0 1px 0; + padding: 0.5rem 0; + } } \ No newline at end of file -- cgit 1.4.1-3-g733a5