Using MaterializeCSS, how can I adjust/remove the vertical spacing between rows?
Example code:
-
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