Cleanup documentations

This commit is contained in:
2025-02-08 21:02:34 -05:00
parent 3288c32ae8
commit 3309e1bc59
15 changed files with 770 additions and 663 deletions

View File

@@ -1,24 +0,0 @@
h1 {
@apply self-center my-10 text-6xl font-bold;
}
h2 {
@apply text-lg font-semibold font-sans;
}
.DocTitle {
font-size: 2rem;
text-align: center;
color: #a30e79;
}
.SubTitle {
font-size: 1.5rem;
text-align: center;
color: #a30e79;
@apply py-6;
}
.DocContainer{
@apply flex flex-col items-center justify-center max-w-screen-md px-5 pb-14 mx-auto;
}

View File

@@ -1,41 +0,0 @@
.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;
margin-bottom: 15px;
}
.card-member {
margin: 10px;
}
.card-content {
margin: 10px;
}
.member-name {
font-size: 1.5rem;
font-weight: bold;
}
.member-title {
font-size: 1rem;
margin-bottom: 15px;
}
.member-description {
hyphens: auto;
font-size: 0.8rem;
text-align: justify;
}