Hi Tawana
you could try changing this
.logo { float:left; max-width:700px; }
to this.
.logo { max-width:700px; display: table; margin-right: auto; margin-left: auto; }
Hi Tawana
you could try changing this
.logo { float:left; max-width:700px; }
to this.
.logo { max-width:700px; display: table; margin-right: auto; margin-left: auto; }