Change title size

This commit is contained in:
Danny Spina 2023-06-20 12:45:59 +02:00
parent 2d87c057e6
commit 1cc669fb54

3
dist/index.html vendored
View File

@ -33,6 +33,9 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
h1 {
font-size: 3rem;
}
</style> </style>
</head> </head>
<body> <body>