mirror of https://github.com/status-im/fathom.git
10 lines
127 B
SCSS
10 lines
127 B
SCSS
|
body {
|
||
|
font-family: Arial, Verdana, sans-serif;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.container {
|
||
|
max-width: 1020px;
|
||
|
padding: 0 20px;
|
||
|
}
|