diff options
author | gennyble <gen@nyble.dev> | 2024-12-21 15:08:26 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-12-21 15:08:26 -0600 |
commit | 38c593a625b5feaf199be1cee7583d4ee7d9d4a1 (patch) | |
tree | 38e158640bbaaa2d648ab3fd34a140a6e3c3cfff /served/the-continuum/the-continuum.css | |
parent | 8244b3d64ec6888dc65bfa599e9a878c97cb3440 (diff) | |
download | ∞-redesign-2024-12.tar.gz ∞-redesign-2024-12.zip |
the continuum redesign-2024-12
Diffstat (limited to 'served/the-continuum/the-continuum.css')
-rw-r--r-- | served/the-continuum/the-continuum.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/served/the-continuum/the-continuum.css b/served/the-continuum/the-continuum.css new file mode 100644 index 0000000..5a0243b --- /dev/null +++ b/served/the-continuum/the-continuum.css @@ -0,0 +1,14 @@ +@media (min-width: 58rem) { + main { + display: grid; + grid-template-columns: var(--pwidth) 1fr; + } + + main>h1 { + grid-column: 1; + } + + #info { + grid-column: 1; + } +} \ No newline at end of file |