Fixed material icon

This commit is contained in:
Administrator 2021-05-20 20:31:54 +02:00
parent 4a4bdfad16
commit 18ccd51749

View File

@ -3,6 +3,9 @@
<head>
<meta charset="UTF-8">
<title>Projektmanagement Game</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons">
<link rel="stylesheet" href="static/css/components.css">
<link rel="stylesheet" href="static/css/header.css">
@ -13,7 +16,7 @@
<div class="app-header">
<div class="logo"></div>
<div class="title">Projektmanagement Game</div>
<div class="help"><span><i class="material-icon">more_vert</i></span></div>
<div class="help"><span class="material-icon">more_vert</span></div>
</div>
</header>
<main>