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:
@ -6,7 +6,7 @@ sidebar_label: Top companies
|
|||||||
|
|
||||||
:::info
|
:::info
|
||||||
|
|
||||||
With COVID around, many companies are doing remote interviews even for the onsite rounds, so the instructions will differ.
|
Due to COVID travel restrictions, many companies hold interviews remotely even for the onsite rounds, so the instructions might differ.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
@ -58,7 +58,6 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
style: 'dark',
|
|
||||||
copyright: `Copyright © ${new Date().getFullYear()} Yangshun Tay. Built with Docusaurus.`,
|
copyright: `Copyright © ${new Date().getFullYear()} Yangshun Tay. Built with Docusaurus.`,
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,10 @@ html[data-theme='dark'] {
|
|||||||
--ifm-color-primary-lightest: rgb(191, 191, 248);
|
--ifm-color-primary-lightest: rgb(191, 191, 248);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown h1 {
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 767px) {
|
@media screen and (max-width: 767px) {
|
||||||
:root {
|
:root {
|
||||||
--ifm-font-size-base: 16px;
|
--ifm-font-size-base: 16px;
|
||||||
|
@ -66,7 +66,6 @@ export default function DocItem(props) {
|
|||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
className={clsx(ThemeClassNames.docs.docMarkdown, 'markdown')}>
|
className={clsx(ThemeClassNames.docs.docMarkdown, 'markdown')}>
|
||||||
{/*
|
{/*
|
||||||
|
Reference in New Issue
Block a user