How can I center and tidy up my add to cart button?

hey guys looking for someone to help me centre my add to cart button, also is there a way to bring the title, price and add to cart button closer together so it looks tidier!

https://mugcellent.co.uk/

pass is - beta

@jakeeddy

Please add the following code at the bottom of your assets/theme.scss.css file.

.row-negative-bottom{
text-align:center;
}
a.product-grid-item, .product-grid-item{
margin-bottom:0px !important;
}

Hope this helps.

Thanks!

please Go to Online Store->Theme->Edit code

Asset->/theme.css ->paste below code at the bottom of the file.

.row-negative-bottom  .grid-item{
	
	text-align: center !important;
}