14 lines
167 B
CSS
14 lines
167 B
CSS
.content{
|
|
padding:1rem;
|
|
text-indent: 2rem;
|
|
font-size: 1.2rem;
|
|
color: #333;
|
|
}
|
|
|
|
.time{
|
|
padding: 1rem;
|
|
text-align: right;
|
|
color: #999;
|
|
font-size: .9rem
|
|
}
|