Giter Site home page Giter Site logo

Comments (10)

leira-sanchez avatar leira-sanchez commented on August 17, 2024

Why shouldn't it stretch the whole width?

from awesome-learning.

SheaBelsky avatar SheaBelsky commented on August 17, 2024

@leira-sanchez On larger screens, it's hard to read the content of the webpage if the content takes up everything that it can. It reduces eyestrain and the amount of real estate that a visitor needs to physically read in order to digest what's on a page.

from awesome-learning.

DerekDenHartigh avatar DerekDenHartigh commented on August 17, 2024

couldn't you just target the body for a set width via media query? e.g.

CSS:
@media screen and (min-width:960px) {
body { max-width: 960px !important; }
}

from awesome-learning.

SheaBelsky avatar SheaBelsky commented on August 17, 2024

that would be the idea. It would only take effect for larger browsers, smaller browsers who need all of the width will not be affected. I think we already have some sort of max width for our lesson page, just want to make sure it gets put on other pages as well.

from awesome-learning.

Prateek93a avatar Prateek93a commented on August 17, 2024

Can I work on this for the Hacktoberfest contest?

from awesome-learning.

SheaBelsky avatar SheaBelsky commented on August 17, 2024

Yes, feel free to go for it @Prateek93a !

from awesome-learning.

Prateek93a avatar Prateek93a commented on August 17, 2024

Thanks

from awesome-learning.

SheaBelsky avatar SheaBelsky commented on August 17, 2024

@Prateek93a Are you still working on this issue? If not, please let me know, so that I can unassign you from this issue.

from awesome-learning.

shreegowtham27 avatar shreegowtham27 commented on August 17, 2024

Hai, Please check the PR #116 have made the tweak, I have added the size as 80%

from awesome-learning.

Prateek93a avatar Prateek93a commented on August 17, 2024

@SheaBelsky Sorry Sir I am not currently working on it. Kindly assign it to someone else.

from awesome-learning.

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.