Feedback on HCI Capstone Project Archive + Homepage Responsiveness #144
Replies: 1 comment 4 replies
-
@sayheyakanksha this is looking great! It is really well developed with lots of documentation and explanation. I think the issues with the home page layout on mobile are due to the inline styles added to the text boxes. Currently it looks like this:
Rather than using the style attributes to apply padding at all sizes, it would probably work better to create a responsive CSS class to handle it. In Bootstrap you could use a responsive padding class like
Then you can add the class
|
Beta Was this translation helpful? Give feedback.
-
Hello everyone!
I wanted to share a digital archive I built to showcase all the capstone projects from students in the HCI master’s program that I'm currently a part of. I customized a few aspects and built upon the existing template, which was already fantastic.
I’d love some feedback on the best ways to make my homepage more responsive. I’m currently facing some spacing issues on smaller screens and wondering whether I should add custom CSS for that or if there are built-in features I can leverage to improve it.
I’ll likely be back with more questions as we prepare to take this website live on our official college server for students to access.
A big thank you to the CollectionBuilder team for making this open-source—this has been an amazing experience!
Check it out here: HCI /depot
Beta Was this translation helpful? Give feedback.
All reactions