1
0
mirror of https://github.com/fazo96/homework.git synced 2025-01-10 12:14:22 +01:00

style update

This commit is contained in:
fazo96 2014-05-25 15:38:34 +02:00
parent 50c529d027
commit 15c541c4f0
2 changed files with 17 additions and 1 deletions

View File

@ -1,7 +1,14 @@
<head>
<title>Homework</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
</head>
<body> <body>
<div class="container"> <div class="container">
<div class="page-header"> <div class="page-header">
<h1>Homework <small>management for students</small></h1> <h1 id="title">Homework
<span id="br"><br></span>
<small id="small">management for students</small>
</h1>
</div> </div>
<div class="center-block" id="quicknotes"> <div class="center-block" id="quicknotes">
{{> notes}} {{#if currentUser}} {{> notes}} {{#if currentUser}}

View File

@ -1,3 +1,12 @@
.page-header {
text-align: center;
align: center;
}
input {
text-align:center;
}
.container { .container {
max-width: 700px; max-width: 700px;
} }