Fixed material icon
This commit is contained in:
parent
4a4bdfad16
commit
18ccd51749
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user