mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +08:00
website: misc ui tweaks
This commit is contained in:
@ -25,6 +25,10 @@ html[data-theme='dark'] {
|
||||
--ifm-color-primary-lightest: rgb(191, 191, 248);
|
||||
}
|
||||
|
||||
.markdown h1 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
:root {
|
||||
--ifm-font-size-base: 16px;
|
||||
|
@ -66,7 +66,6 @@ export default function DocItem(props) {
|
||||
)}
|
||||
/>
|
||||
)}
|
||||
|
||||
<div
|
||||
className={clsx(ThemeClassNames.docs.docMarkdown, 'markdown')}>
|
||||
{/*
|
||||
|
Reference in New Issue
Block a user