Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug : footer-line break issue #695

Merged
merged 5 commits into from
Dec 11, 2024

Conversation

wooseok123
Copy link
Contributor

@wooseok123 wooseok123 commented Apr 17, 2023

debug footer line break issue

issue : #694

changes :

margin-left of dark-mode-toggle : 1em to 0.15em
font-size of nav : 16px to 15px

I've changed margin-left value of dark-mode-toggle to 0.15em and font-size of anchor tag in #footer nav to 15px so that the letter 'light' and 'dark' can be in the same line until 819px.

The layout changes when the width is under 818px. So i think it would be better if there's no line break until 819px.
So it works on my code!

Before

(over 860px)
image
image

After

(over 860px, it maintains the same line until 819px)
image
image

@wooseok123 wooseok123 changed the title chore : change margin-left value debug : footer-line break issue Apr 17, 2023
src/_css/main.css Outdated Show resolved Hide resolved
@wooseok123 wooseok123 force-pushed the debug/footer-linebreak branch from a9e9103 to cf53671 Compare March 24, 2024 12:54
Copy link
Contributor

@camillobruni camillobruni left a comment

Choose a reason for hiding this comment

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

LGTM (let's add the prettierc in a separate PR)

@wooseok123
Copy link
Contributor Author

LGTM (let's add the prettierc in a separate PR)

Thanks! I'll open another PR about formatting :)

@wooseok123
Copy link
Contributor Author

@camillobruni If there aren’t any major issues, how about merging it?

@camillobruni camillobruni merged commit a5b4986 into v8:main Dec 11, 2024
2 checks passed
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