GithubHelp home page GithubHelp logo

Comments (2)

mmistakes avatar mmistakes commented on April 28, 2024

The theme is responsive and does partially do what you want. If you look at this test page with some images I have classes for doing 2 images side by side or 3 side by side. For mobile and smaller screens they squish down into a single tube of content.

I am using a variation of the Semantic grid system (converted from Less to Sass), but it isn't anything like Boostrap or Foundation where you apply classes directly in the HTML. Instead I'm using Sass mixins to define an element's width in columns, prefix or append space around them, or push/pull them across the grid in the stylesheet to keep the markup cleaner and semantic. I'm not a big fan of gunking it up with stuff like <div class="span-4"></div> if I don't have to.

If you take a look in grid.scss you can read through the mixins that are partially documented. And if you look in page.scss you'll see how I use them as Sass includes along with some media query mixins to adjust for various screen sizes.

Hope this helps.

from minimal-mistakes.

tdewell avatar tdewell commented on April 28, 2024

Thanks for your reply and explanation of how responsiveness is done with this theme. I will certainly look at the test page with some images to get an idea of how to make the content responsive.

from minimal-mistakes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.