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

How to set text alignment for all (title, body, and lists) to be left? #549

Open
1 of 3 tasks
ahandsel opened this issue Jun 5, 2021 · 2 comments
Open
1 of 3 tasks

Comments

@ahandsel
Copy link

ahandsel commented Jun 5, 2021

Info

  • Operating System: macOS BigSur 11.3.1 (20E241)
  • Node Version: v14.17.0
  • Browser Name and Version: Chrome Version 91.0.4472.77 (Official Build) (x86_64)

Type

  • Question
  • bug
  • feature request

For Questions

My Repo: ahandsel/Git_GitHub_Intro

Expected Behavior

I was expecting to set all my text (title, body, and lists) to be aligned left when I appended the following in my style.css:

* {
  text-align: left;
}

ul {
  list-style-position: outside;
  text-align: left;
}

h3 {
  text-align: left;
}

p {
  text-align: left;
}

div {
  text-align: left;
}

.slide-internal-box {
  text-align: left;
}

Actual Behavior

Some lists are aligned left while others are in the middle
View: https://ahandsel.github.io/Git_GitHub_Intro/#slide-2

Documentation

  1. Nearly all links to "example code" or "sample code" are broken.
  1. I am confused about "Align Left .left" CSS Classes. How do I use it? I added the following above & below text I want to align to the left in the markdown, but it did not work:
    <!-- classes: main, left -->
@hiroppy
Copy link
Owner

hiroppy commented Jun 7, 2021

sorry for the late reply, I'll confirm it later 🙇

@xendarboh
Copy link

confirmed. alignment is broken and not in a consistent manner.

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

No branches or pull requests

3 participants