diff options
| author | Bret Koppel <bret@olo.com> | 2025-10-07 09:00:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-07 09:00:37 -0400 |
| commit | 910d7fd656b9e957181732b36761449de5a970d1 (patch) | |
| tree | 0f8ee46af3e93aa489785d64d54c5e155ef0057b /lisp/webapps/snow/static/css/stylesheet.css | |
| parent | 9adba239b937df2830a5110adaa1dae17b7dd7d7 (diff) | |
| parent | 0ad86ba37be273ee1fe4d9bdd5f7bb15c5701abf (diff) | |
Merge pull request #1 from ololabs/initial-commit
initial commit
Diffstat (limited to 'lisp/webapps/snow/static/css/stylesheet.css')
| -rw-r--r-- | lisp/webapps/snow/static/css/stylesheet.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lisp/webapps/snow/static/css/stylesheet.css b/lisp/webapps/snow/static/css/stylesheet.css new file mode 100644 index 0000000..3f79ffd --- /dev/null +++ b/lisp/webapps/snow/static/css/stylesheet.css @@ -0,0 +1,25 @@ +body { + font-size: 14px; +} + +.container-fluid { + width: 100%; + margin: 20px auto; +} + +.nav-link { + cursor: pointer; + cursor: hand; +} + +.form-control { + width: 600px; +} + +#body { + min-height: 500px; +} + +#footer { + text-align: center; +} |
