I changed the logo css and didn’t type anything in for site title/tag line. The sizes below are just what I used, you can adjust them to your needs. Upload your logo to your media first then copy/paste the url below. If you’re not using a child theme I suggest you do. Otherwise when you update the theme your changes will be overwritten.
#logo {
float: left;
height: 125px;
width: 242px;
background-image: url(“url to your logo”);
background-size: 242px 125px;
}