diff options
author | gennyble <gen@nyble.dev> | 2025-02-13 04:50:51 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-02-13 04:50:51 -0600 |
commit | 5eff5804b521a9035162a222ff565f13c5da58e3 (patch) | |
tree | d61c763427d0910d56d191d736675f77707f5f90 /served/the-continuum/the-continuum.css | |
parent | 4cb242a508dc55377b8ea92981a563bbac13c3ae (diff) | |
download | ∞-5eff5804b521a9035162a222ff565f13c5da58e3.tar.gz ∞-5eff5804b521a9035162a222ff565f13c5da58e3.zip |
trip to a coffee shop redesign-2024-12
Diffstat (limited to 'served/the-continuum/the-continuum.css')
-rw-r--r-- | served/the-continuum/the-continuum.css | 23 |
1 files changed, 23 insertions, 0 deletions
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 |