diff options
| author | physcik <mynameisgennadiy@vk.com> | 2026-04-10 20:45:57 +0500 |
|---|---|---|
| committer | physcik <mynameisgennadiy@vk.com> | 2026-04-10 20:45:57 +0500 |
| commit | e243f101b3266ed98a1b668562a639408ffe36d7 (patch) | |
| tree | 9476be3e45f39c1a07655607002a41a914daf7e3 /front/src/index.css | |
| parent | fd5b5fedfec1921930257b1003245f3740536556 (diff) | |
router setup
Diffstat (limited to 'front/src/index.css')
| -rw-r--r-- | front/src/index.css | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/front/src/index.css b/front/src/index.css index ec2585e..dfdc4ba 100644 --- a/front/src/index.css +++ b/front/src/index.css @@ -1,13 +1,16 @@ body { - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', + padding: 0; + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + position: absolute; + top: 0px; } code { - font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', + font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } |
