Skip to content

Commit b1e1065

Browse files
committed
Fixed icon size #56
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent c59a5d0 commit b1e1065

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

content.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@
117117
"size": 0
118118
},
119119
"css/dark-common.css": {
120-
"sha512": "d2370a05daa6817150bc7984e27d4896ee39193e01b46660ad01fa0544b2389f",
121-
"size": 1405
120+
"sha512": "504bd65b7feb9b9967c7a8d15c1fa76234489347fc9a2959ef55e0334ab4cdaf",
121+
"size": 1626
122122
},
123123
"css/page-common.css": {
124-
"sha512": "d04b385db30c90af8bc94fbf9528ec2d21ec3affe8f93336838d19721113311d",
125-
"size": 12083
124+
"sha512": "7e32055e571864bddb94bd1f9bd49dc774d27cdd5588dc5984c2c574049c6c4f",
125+
"size": 12154
126126
},
127127
"css/page-custom.css": {
128128
"sha512": "cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce",
@@ -547,11 +547,11 @@
547547
},
548548
"ignore": "(^.git)",
549549
"inner_path": "content.json",
550-
"modified": 1541907628,
550+
"modified": 1541909142,
551551
"postmessage_nonce_security": true,
552552
"signers_sign": "GxPcc7gTaIO5FSW0SpB7qerY9S/GUhbzfpFhwN4+XFtcGjd0U9gPPLi0Tm9ddT01FEG1lt/49XGoGPIxz2o81qs=",
553553
"signs": {
554-
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "G54Lh4ZDwl8gawFIrmLuaesIOZTf6RfWq+ZWvD/rhvjxLfUkLjnREWATf3LHmWT/tlDouQJ6BiOjJA3UcXPbH9A="
554+
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "Gz7zvvI/admxIh9b28AE4iwL+eiz1K7M1ngaRyT9qxbbCvpoD+0jgNGbOYTIF1KdQ0lXEkKLdUyWNQRSvqJgb/E="
555555
},
556556
"signs_required": 1,
557557
"title": "Framework.js",

css/page-common.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ header nav ul li p {
249249
}
250250

251251
header nav ul li div i {
252-
font-size: 35px;
252+
font-size: 35px!important;
253+
vertical-align:-2px!important;
253254
}
254255

255256
.navmenu {

0 commit comments

Comments
 (0)