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

remove text-indent for headings in mobile #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paradite
Copy link

@paradite paradite commented Dec 19, 2021

Problem

text-indent was introduced for compensating the blue ticks before the headings

They were not removed in mobile, whereas the blue ticks were removed

padding-right: 0;
margin-left: 0;
content: none;

This results in extra indentation in mobile.

Solution

This css change removes unnecessary text-indent in mobile.

Before / After

Using my own page because I am a bit lazy for reproducing this...

before after
Screenshot_20211219-144322_Chrome - Copy (2) Screenshot_20211219-144355_Chrome (2)

live website effect reference: https://retire35.com/

@welcome
Copy link

welcome bot commented Dec 19, 2021

Welcome! Congrats on your first pull request to the Architect theme. If you haven't already, please be sure to check out the contributing guidelines.

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.

None yet

1 participant