mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
8 lines
166 B
CSS
8 lines
166 B
CSS
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
|
|
Arial, sans-serif;
|
|
margin: auto;
|
|
max-width: 38rem;
|
|
padding: 2rem;
|
|
}
|