Skip to content

Commit

Permalink
Responsive and other minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
voblak2 committed Jul 27, 2020
1 parent 5164079 commit 444d858
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions header.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<!DOCTYPE html>
<html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php wp_head(); ?>
</head>
<body>
<body <?php body_class(); ?>>
<header class="site-header">
<div class="container">
<h1 class="school-logo-text float-left">
Expand Down

0 comments on commit 444d858

Please sign in to comment.