ant-design/site/theme/template/Resources/Articles/index.less
afc163 b13e4a3abe
chore: new articles design and data source (#30701)
* chore: new articles design and data source

* chore: update useSiteData

* refactor useSiteData

* fix data
2021-05-29 23:59:30 +08:00

48 lines
598 B
Plaintext

@import (reference) '../index.less';
#articles {
h4 {
margin: 40px 0 24px 0;
font-weight: 500;
font-size: 20px;
}
.ant-skeleton {
h3 {
margin: 0;
}
ul li {
display: block;
margin-left: 0;
}
}
.ant-tabs-nav::before {
display: none;
}
.article-list {
li {
margin: 1em 0;
padding: 0;
font-size: 14px;
list-style: none;
}
.ant-avatar > img {
max-width: unset;
}
}
table {
width: 100%;
table-layout: fixed;
td {
width: 50%;
vertical-align: top;
}
}
}