make font size the same on all pages
This commit is contained in:
parent
e7b8195788
commit
5651b8eeb5
6 changed files with 5 additions and 1 deletions
BIN
pb_data/data.db-shm
Normal file
BIN
pb_data/data.db-shm
Normal file
Binary file not shown.
0
pb_data/data.db-wal
Normal file
0
pb_data/data.db-wal
Normal file
BIN
pb_data/logs.db
BIN
pb_data/logs.db
Binary file not shown.
BIN
pb_data/logs.db-shm
Normal file
BIN
pb_data/logs.db-shm
Normal file
Binary file not shown.
BIN
pb_data/logs.db-wal
Normal file
BIN
pb_data/logs.db-wal
Normal file
Binary file not shown.
|
@ -25,9 +25,13 @@
|
|||
p, h2 {
|
||||
margin: 10px 10px;
|
||||
}
|
||||
|
||||
input::placeholder {
|
||||
font-size: 18px;
|
||||
}
|
||||
</style>
|
||||
<center>
|
||||
<section>
|
||||
<section style="font-size: 25px;">
|
||||
{{if .authorized}}
|
||||
<a class="btn2" style="float:right;" href="/">Return</a>
|
||||
<h2>{{.tittle}}</h2>
|
||||
|
|
Loading…
Reference in a new issue