codeforcroatia / popravi.to

This is popular map-based reporting platform FixMyStreet for Croatia named "Popravi.to"
http://popravi.to
Other
9 stars 7 forks source link

Unorderd lists needs CSS fix for mobile view (FAQ page) #137

Open schlos opened 2 years ago

schlos commented 2 years ago

Describe the bug

Unorderd lists needs CSS fix for mobile view (see screenshot).

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Alignment and margins for all bullets should be the same on mobile like on desktop.

Screenshots

Current problem on mobile:

photo_2021-10-03_10-38-19

Current expected on desktop (same should be applied to mobile): https://snippyly.com/img/?q=hNfQHvTv0DkDhSTMUv9n

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context

This bug is related to fix done on #134 (which fixed it for desktop).

Possible culprit is base.scss:1042 (applied on <ul>):

.two-col-left *:not(:first-child) {
    padding: 0 1.5rem 0 1.5rem;
}
schlos commented 2 years ago

How to contribute? Read our contribution guidelines at https://codeforcroatia.org/popravito-contribution-guidelines.

znmustic commented 1 year ago

Preuzimam

schlos commented 11 months ago

Done by Zdenka. Needs testing before closing this issue.