There is a problem in the services section that all services do not appear | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

There is a problem in the services section that all services do not appear

There is a problem in the services section that all services do not appear in the phone version https://code.sololearn.com/WPJRpQ7oB5oP/?ref=app

14th Nov 2023, 7:57 AM
Mostafa Algohary
Mostafa Algohary - avatar
7 Answers
+ 3
.container { justify-content: space-between; } change it, and play a little with the margins to be nicer
14th Nov 2023, 9:03 AM
Mihaly Nyilas
Mihaly Nyilas - avatar
+ 2
use this .container{ display: flex; justify-content: left; align-items: center; overflow-x: scroll; flex-wrap: nowrap; } .cards{ display: column; width: 100%; margin-left: 25px; margin-right: 50px; }
14th Nov 2023, 8:23 AM
Bob_Li
Bob_Li - avatar
0
line 30: <div class="cards hidden">
14th Nov 2023, 8:25 AM
Mihaly Nyilas
Mihaly Nyilas - avatar
0
Mihaly Nyilas but the .hidden class was commented out in the css, so it's not actually doing anything.
14th Nov 2023, 8:48 AM
Bob_Li
Bob_Li - avatar
0
Mihaly Nyilas space between is nice. better than using margin to control the gaps.
14th Nov 2023, 9:34 AM
Bob_Li
Bob_Li - avatar
0
you still didn't make it as I see. I have tried it, and works at me
14th Nov 2023, 9:57 AM
Mihaly Nyilas
Mihaly Nyilas - avatar
0
Mihaly Nyilas maybe the OP Mostafa Algohary has not seen the replies yet...
14th Nov 2023, 10:01 AM
Bob_Li
Bob_Li - avatar