summaryrefslogtreecommitdiffhomepage
path: root/app/packages/web/src/app.css
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-05-23 15:57:33 -0400
committerDax Raad <[email protected]>2025-05-26 12:40:17 -0400
commitd51b4263aba59f60277766fc024f2931fc8874ec (patch)
treea9dfed63563a88bc26cb2d37d582e2c14a5d9331 /app/packages/web/src/app.css
parent34a2dcb80a28e208c986d39ce1e145f245691f62 (diff)
downloadopencode-d51b4263aba59f60277766fc024f2931fc8874ec.tar.gz
opencode-d51b4263aba59f60277766fc024f2931fc8874ec.zip
Share: sync
Diffstat (limited to 'app/packages/web/src/app.css')
-rw-r--r--app/packages/web/src/app.css39
1 files changed, 0 insertions, 39 deletions
diff --git a/app/packages/web/src/app.css b/app/packages/web/src/app.css
deleted file mode 100644
index 8596998a4..000000000
--- a/app/packages/web/src/app.css
+++ /dev/null
@@ -1,39 +0,0 @@
-body {
- font-family: Gordita, Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
-}
-
-a {
- margin-right: 1rem;
-}
-
-main {
- text-align: center;
- padding: 1em;
- margin: 0 auto;
-}
-
-h1 {
- color: #335d92;
- text-transform: uppercase;
- font-size: 4rem;
- font-weight: 100;
- line-height: 1.1;
- margin: 4rem auto;
- max-width: 14rem;
-}
-
-p {
- max-width: 14rem;
- margin: 2rem auto;
- line-height: 1.35;
-}
-
-@media (min-width: 480px) {
- h1 {
- max-width: none;
- }
-
- p {
- max-width: none;
- }
-}