mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
9 lines
170 B
CSS
9 lines
170 B
CSS
body {
|
|
font-family:
|
|
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial,
|
|
sans-serif;
|
|
margin: auto;
|
|
max-width: 38rem;
|
|
padding: 2rem;
|
|
}
|