Skip to content

Conversation

@asimkt
Copy link
Contributor

@asimkt asimkt commented Aug 8, 2021

feat: make base font 12px in mobile
fix(back-btn): color to text-main
fix: post page padding issues
fix(mobile): back btn position
feat: add hamburger menu
feat: add support for dark mode in mobile

html {
font-size: 12px;
}
.has-text-centered-mobile {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the base font size changed to 12px, though this doesn't make a 1:1 map with actual design for mobile for typography.

background: var(--bg-sub);
/* @hiran, do we need this border radius? - @asim */
border-radius: 8px;
width: 100%;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only this component have a border radius I think
image

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I will remove this. TOC Desktop also needs some minor cleanup, like margin-left

@hfactor hfactor merged commit 35e219b into Jekyll-Garden:main Aug 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants