GithubHelp home page GithubHelp logo

Comments (2)

dragma avatar dragma commented on September 10, 2024 2

Hello !
I'll have leterally no time to work on this case this month.

I suggest you a workaround so you can deal with it in a easyest way

In a new file called Col.js (for example), paste the following code (and update its values).

import styled from 'styled-components';
import { media , Col as sbgCol } from 'styled-bootstrap-grid';

export const Col = styled(sbgCol)`
  margin-left: 0px;
  margin-right: 0px;
  
  ${media.sm`
    margin-right: 5px;
    margin-leftt: 5px;
  `}
  ${media.md`
    margin-right: 5px;
    margin-leftt: 5px;
  `}
  ${media.lg`
    margin-right: 5px;
    margin-leftt: 5px;
  `}
  ${media.xl`
    margin-right: 5px;
    margin-leftt: 5px;
  `}
`;

Now you can import Col from this file and the media queries will override the default css.

from styled-bootstrap-grid.

thezaff avatar thezaff commented on September 10, 2024

Hey, @flo-wolf. Have you found out any workarounds for this? I need different padding for containers on mobile and desktop screens. How can I do this, except writing media queries in each file where I used container component?

from styled-bootstrap-grid.

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.