mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
7 lines
91 B
CSS
7 lines
91 B
CSS
|
body {
|
||
|
font-family: sans-serif;
|
||
|
font-size: 16px;
|
||
|
margin: 50px;
|
||
|
max-width: 800px;
|
||
|
}
|