diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-02-25 23:55:39 +0000 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-02-25 23:55:39 +0000 |
| commit | e660a4d4fe52f09197d75b329a9b74e2d67850af (patch) | |
| tree | 430ce4363b43e0640e8321ddd95f18e431a162f8 /docs/src/pages | |
| parent | I think the link checker gets it wrong sometimes (diff) | |
| download | atuin-e660a4d4fe52f09197d75b329a9b74e2d67850af.zip | |
More fixes :)
Diffstat (limited to '')
| -rw-r--r-- | docs/src/pages/index.module.css | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/docs/src/pages/index.module.css b/docs/src/pages/index.module.css index fc7eb14e..92931dfb 100644 --- a/docs/src/pages/index.module.css +++ b/docs/src/pages/index.module.css @@ -18,6 +18,20 @@ .heroBanner { padding: 2rem; } + + .whatis { + padding-top: 2rem; + } + + .whatisfeatureblock { + margin-top: 2rem; + } +} + +@media screen and (min-width: 996px) { + .whatis { + padding: 4rem; + } } .buttons { @@ -36,11 +50,6 @@ -moz-text-fill-color: transparent; } -.whatis { - padding: 4rem; - -} - .whatis h1 { font-size: 2em; } |
