1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-25 10:09:47 +02:00

minor fix

This commit is contained in:
Xuan Sang LE
2018-02-25 15:19:31 +01:00
parent ec45ad9cb1
commit 08a48dc525
2 changed files with 20 additions and 2 deletions

View File

@ -246,6 +246,9 @@ button{
padding-bottom: 5px;
text-align: left;
}
#container .blogentry .title_link {
color:#2c2c2c;
}
#container .blogentry h2{
font-size: 18px;
text-align: left;
@ -389,6 +392,7 @@ div.commentform .inputbox{
}
div.commentform .inputbox input{
margin-top:3px;
flex:1;
}
div.commentform .inputbox .label{
padding-right: 5px;