mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
10 lines
104 B
CSS
10 lines
104 B
CSS
|
* {
|
||
|
font-family: sans-serif;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
margin: auto;
|
||
|
max-width: 1200px;
|
||
|
padding: 4em;
|
||
|
}
|