10 lines
120 B
CSS
10 lines
120 B
CSS
|
body {
|
||
|
zoom: 0.55
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
margin-bottom: 20px;
|
||
|
font-weight: 100;
|
||
|
margin-top: 0;
|
||
|
font-size: 2em
|
||
|
}
|