Ensure all pages react to mobile browsers
In addition: add <header> to all pages
This commit is contained in:
@@ -22,13 +22,17 @@ if(!($isAdmin | $projectGroup | $activityGroup)){
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="no">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="../css/normalize.css">
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
<link rel="stylesheet" href="../css/events.css">
|
||||
<link rel="stylesheet" href="../css/admin.css">
|
||||
</head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<link rel="stylesheet" href="../css/normalize.css">
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
<link rel="stylesheet" href="../css/events.css">
|
||||
<link rel="stylesheet" href="../css/admin.css">
|
||||
<title>Administrasjonsverkstedet</title>
|
||||
|
||||
<header>Administrasjons­verk­stedet</header>
|
||||
|
||||
|
||||
<body>
|
||||
<nav id="navbar">
|
||||
@@ -37,7 +41,7 @@ if(!($isAdmin | $projectGroup | $activityGroup)){
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
<h2>Voksenleketøy</h2>
|
||||
<h2>Administrasjon</h2>
|
||||
<ul class="tools">
|
||||
<?php
|
||||
if($isAdmin | $activityGroup){
|
||||
|
Reference in New Issue
Block a user