Update dist/index.html

This commit is contained in:
2025-06-19 19:14:55 +00:00
parent a83b69271c
commit fe5ca53c9d

7
dist/index.html vendored
View File

@ -10,11 +10,12 @@
.main { .main {
color: white; color: white;
text-align: center; text-align: left;
font-family: "Fira Sans", sans-serif; font-family: "Fira Sans", sans-serif;
font-weight: 700; font-weight: 700;
font-style: normal; font-style: normal;
margin-top: 2rem; font-size: 2rem;
padding: 2rem;
} }
</style> </style>
</head> </head>
@ -24,5 +25,3 @@
</div> </div>
</body> </body>
</html> </html>