Fix header-nav css.

This commit is contained in:
BoHung Chiu 2021-05-10 19:37:52 +08:00
parent bc7d0ade73
commit 245c6d409f
2 changed files with 11 additions and 3 deletions

View File

@ -18,7 +18,7 @@
color: #a19a91;
font-family: $main-font;
padding: 6px 15px;
& > * {
& > *:not(p) {
display: inline-block;
margin-top: 0;
margin-bottom: 0;

View File

@ -13,8 +13,16 @@
{
"filename" : "web_res_widget1",
"name" : {
"zh_tw" : "1. 列表 ( 模組標題, 連結 )",
"en" : "1. List (widget-title, link)"
"zh_tw" : "1. 直式列表 ( 模組標題, 連結 )",
"en" : "1. Vertical List (widget-title, link)"
},
"thumbnail" : "thumb.png"
},
{
"filename" : "web_res_widget2",
"name" : {
"zh_tw" : "2. 橫式列表 ( 模組標題, 連結 )",
"en" : "2. Horizontal List (widget-title, link)"
},
"thumbnail" : "thumb.png"
}