Restyling tos (start)

This commit is contained in:
PascalMarchesseault
2024-09-01 00:01:11 -04:00
parent 30cab78184
commit 38dad26234
3 changed files with 33 additions and 6 deletions

16
src/cssstyle/tosstyle.css Normal file
View File

@@ -0,0 +1,16 @@
.h1-tos {
font-size: 3rem;
font-weight: bold;
}
.h2-tos {
font-size: 2rem;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
}
.p-tos {
font-size: 1.1rem;
}