Spacing Between Rows with Materialize CSS

后端 未结 4 1528
一生所求
一生所求 2021-02-08 01:17

Using MaterializeCSS, how can I adjust/remove the vertical spacing between rows?

Example code:

4条回答
  •  渐次进展
    2021-02-08 02:14

    Use These Methods:

    .row .col{
        padding: 0 !important;
    }
    

    Then the problem with unwanted space will be go away. Next you can add any other style to your div

提交回复
热议问题