41 lines
501 B
CSS
41 lines
501 B
CSS
.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;
|
|
} |