make font size the same on all pages

This commit is contained in:
pietru 2024-06-24 23:28:05 +02:00
parent e7b8195788
commit 5651b8eeb5
6 changed files with 5 additions and 1 deletions

BIN
pb_data/data.db-shm Normal file

Binary file not shown.

0
pb_data/data.db-wal Normal file
View file

Binary file not shown.

BIN
pb_data/logs.db-shm Normal file

Binary file not shown.

BIN
pb_data/logs.db-wal Normal file

Binary file not shown.

View file

@ -25,9 +25,13 @@
p, h2 { p, h2 {
margin: 10px 10px; margin: 10px 10px;
} }
input::placeholder {
font-size: 18px;
}
</style> </style>
<center> <center>
<section> <section style="font-size: 25px;">
{{if .authorized}} {{if .authorized}}
<a class="btn2" style="float:right;" href="/">Return</a> <a class="btn2" style="float:right;" href="/">Return</a>
<h2>{{.tittle}}</h2> <h2>{{.tittle}}</h2>