I have most of everything ready for it to be reviewed now. Still may need
more responsive edits
color: #efab2c; }
#copyright {
- padding: 12px 0;
+ padding: 8px 0;
background: #618eaa;
margin: 0 auto;
float: none; }
<title><?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
+ <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
<?php wp_head(); ?>
</head>
\ No newline at end of file
#copyright {
- padding: 12px 0;
+ padding: 8px 0;
background: $blue;
margin: 0 auto;
float: none;