I am having an issue with the responsiveness of my logo image on my website's showcase section. Currently, the image is only showing up in the left corner on mobile devices, and I want it to be centered.
Below is my HTML code:
<section id="showcase">
<div class="container">
<h1>Espaço para eventos Roda D'Água</h1>
<p>Um ótimo lugar para confraternizações, reuniões familiares e outros eventos.</p>
</div>
This is the CSS for my showcase section:
#showcase {
min-height:400px;
background:url('SrcImgHere') no-repeat 0 -400px;
max-width: 100%;
height: auto;
display:block;
text-align:center;
color:#ffffff;
}
I need help figuring out what changes I need to make in order to center my image on mobile devices. Here is the link to my website if you want to test it out live: