diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-29 09:51:55 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-29 09:51:55 -0700 |
commit | 481aa6dc53422746ce87259c4a22b4b1f6bef7ea (patch) | |
tree | 92e5e1a8c1713feef36dbf6a5aaac9e47b7fe804 /docs/src/pages/index.module.css | |
parent | 43dc3459997d79d112a2776a8e95546580112460 (diff) | |
parent | 70051c10f7a4afca5224799d86036591cb937543 (diff) | |
download | sncontinue-481aa6dc53422746ce87259c4a22b4b1f6bef7ea.tar.gz sncontinue-481aa6dc53422746ce87259c4a22b4b1f6bef7ea.tar.bz2 sncontinue-481aa6dc53422746ce87259c4a22b4b1f6bef7ea.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'docs/src/pages/index.module.css')
-rw-r--r-- | docs/src/pages/index.module.css | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/src/pages/index.module.css b/docs/src/pages/index.module.css deleted file mode 100644 index 9f71a5da..00000000 --- a/docs/src/pages/index.module.css +++ /dev/null @@ -1,23 +0,0 @@ -/** - * CSS files with the .module.css suffix will be treated as CSS modules - * and scoped locally. - */ - -.heroBanner { - padding: 4rem 0; - text-align: center; - position: relative; - overflow: hidden; -} - -@media screen and (max-width: 996px) { - .heroBanner { - padding: 2rem; - } -} - -.buttons { - display: flex; - align-items: center; - justify-content: center; -} |