diff options
| author | Colleen <[email protected]> | 2023-01-22 14:55:35 -0400 |
|---|---|---|
| committer | Colleen <[email protected]> | 2023-01-22 14:55:35 -0400 |
| commit | a9307d5e49a76e435529d662ca07470abd70c723 (patch) | |
| tree | 3fa1455ee6720a4ce81baf5dbe878b33ce45cfca /common | |
| parent | 33531d256e24b00e52db6ab7cd011380ff3d9183 (diff) | |
| download | raylib.com-a9307d5e49a76e435529d662ca07470abd70c723.tar.gz raylib.com-a9307d5e49a76e435529d662ca07470abd70c723.zip | |
Page div now has height of 'fit-content'.
Diffstat (limited to 'common')
| -rw-r--r-- | common/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/main.css b/common/main.css index 57d929b..984cdd4 100644 --- a/common/main.css +++ b/common/main.css @@ -81,7 +81,7 @@ h2 { .page { width: min(var(--content-width), 100vw); - min-height: 100vh; + min-height: fit-content; margin: 0 auto; padding-top: 128px; |
