make text 40px

This commit is contained in:
ashley 2025-09-13 11:01:01 +02:00
parent fa91df45f3
commit 4fc35dd340

View File

@ -1,3 +1,24 @@
<!--
This Source Code Form is subject to the terms of the GNU General Public License:
Copyright (C) 2021-2025 PokeTube Of Poke Project, a part of The Poke Project Initiative (initiative.poketube.fun)
source code :https://codeberg.org/ashley/poke
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
-->
<!DOCTYPE html>
<html lang="en">
<head>
@ -28,7 +49,7 @@
pointer-events: none;
transition: 1s height;
}
h2 { font-size: 42px; }
h2 { font-size: 40px; }
p#abstract {
position: fixed;
top: 50%;