diff options
author | gennyble <gen@nyble.dev> | 2025-03-02 04:00:45 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-02 04:00:45 -0600 |
commit | a07c03f930c89b7c3389c86aeb25947cea8e1231 (patch) | |
tree | d6b8d3a441293ac8a92f0f3987a02d3b55e7b7f7 /served/styles | |
parent | 23aec015c81541ffc4509b1b81b509c060342ff1 (diff) | |
download | ∞-a07c03f930c89b7c3389c86aeb25947cea8e1231.tar.gz ∞-a07c03f930c89b7c3389c86aeb25947cea8e1231.zip |
statistic gifs
Diffstat (limited to 'served/styles')
-rwxr-xr-x | served/styles/common.css | 4 | ||||
-rw-r--r-- | served/styles/home.css | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/served/styles/common.css b/served/styles/common.css index 81e5b43..5ae828e 100755 --- a/served/styles/common.css +++ b/served/styles/common.css @@ -119,6 +119,10 @@ code { "CRSV" 0; } +h2 code { + font-size: 1.4rem; +} + #nav-access { /* shove it above the page and make sure it's always on top*/ position: absolute; diff --git a/served/styles/home.css b/served/styles/home.css index fd5f6b2..604308a 100644 --- a/served/styles/home.css +++ b/served/styles/home.css @@ -98,6 +98,6 @@ ul { #banner-container { /*max-width: 16rem;*/ grid-column: 2; - grid-row: 4 / 6; + grid-row: 5 / 7; } } \ No newline at end of file |