12 lines
160 B
CSS
12 lines
160 B
CSS
|
|
/* style.css */
|
||
|
|
body {
|
||
|
|
max-width: 768px;
|
||
|
|
margin: 0 auto;
|
||
|
|
font-family: system-ui;
|
||
|
|
line-height: 1.6;
|
||
|
|
}
|
||
|
|
.timestamp {
|
||
|
|
color: #666;
|
||
|
|
font-size: 0.8em
|
||
|
|
}
|