Having difficulty adjusting the padding between two rows in materializecss
Troubles with Padding
https://i.sstatic.net/KFe1w.png
Seeking to eliminate the bottom padding. Managed to remove left and right padding with the following code:
<div class="col s12 m5 white no-padding">
<div class="row center-align white"><a href="acercade.html"><img src="imagenes/IMG BOTONES-01.jpg" class="responsive-img"></a></div>
<div class="row center-align white"><a href="transparencia.html"><img src="imagenes/IMG BOTONES-02.jpg" class="responsive-img"></a></div>
</div>
However, it did not impact the top or bottom padding.