cool, got it with this code as the fontawesome size can just be increased with font size. ps I floated the mobile nav to the right to take up less screen size.
p.toggle-container {
float: right;
padding-right: 2em;
}
.header .nav-toggle {
font-size: 2em;
}