Topbar: Make the top announcement bar larger

Example before:

1

Make the announcement bar larger:

/* -- code to make info bar larger -- */
.info-bar { padding: 15px 0; min-height: 50px; }
/* - end - */
2

Make the announcement bar larger and increase the text size:

/* -- code to make info bar and text larger -- */
.info-bar { padding: 15px 0; min-height: 50px; }
.header-message { font-size: 1.2em; }
/* - end - */

Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code