Files
social-media/src/cssstyle/tosstyle.css
PascalMarchesseault b2fed655de Updated Doc
2024-09-01 09:01:59 -04:00

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;
}