mirror of https://github.com/apache/druid.git
15 lines
150 B
CSS
15 lines
150 B
CSS
|
.blog-listing {
|
||
|
margin-bottom: 70px;
|
||
|
}
|
||
|
|
||
|
.blog-entry {
|
||
|
margin-bottom: 70px;
|
||
|
}
|
||
|
|
||
|
.recents ul li {
|
||
|
font-weight: 400;
|
||
|
margin-bottom: 15px;
|
||
|
}
|
||
|
|
||
|
|