
manik
@manik999All comments
- @d-vinayak@manik999
You can justify-content: flex-end in the links class and then give the required padding-right say 5vw. Then you can justify it center at your mobile break point and remove the padding.
- @Kazalaa@manik999
You can use min-height: 100vh in your container and then align-items: center to align the card properly in the center of the page. And remove the margin-top in the container.
- @alannapaiva@manik999
You can try using flex-wrap:wrap in your #container to make it responsive.