Skip to content

Commit e96f592

Browse files
committed
website: updates
1 parent bbee92a commit e96f592

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

website/docusaurus.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ const config: Config = {
261261
items: [
262262
{
263263
to: '/',
264-
// label: 'Home',
265264
className: 'header-home-link',
266265
position: 'left'
267266
},

website/src/css/custom.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ h2[class*="title"]
8080
width: 24px;
8181
height: 24px;
8282
display: inline-flex;
83-
vertical-align: baseline;
84-
/* padding-right: 0.5em; */
83+
vertical-align: top;
8584
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19v-5h4v5c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1h3c.55 0 1-.45 1-1z' fill='current-color'/%3E%3C/svg%3E")
8685
no-repeat;
8786
}
@@ -91,8 +90,7 @@ h2[class*="title"]
9190
width: 24px;
9291
height: 24px;
9392
display: inline-flex;
94-
vertical-align: baseline;
95-
/* padding-right: 0.5em; */
93+
vertical-align: top;
9694
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19v-5h4v5c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1h3c.55 0 1-.45 1-1z' fill='white'/%3E%3C/svg%3E")
9795
no-repeat;
9896
}

0 commit comments

Comments
 (0)