WizdomWeb/public/assets/css/about.css

33 lines
463 B
CSS

/* About Page Styles (v1) */
.about-h1 {
font-size: 2.5rem;
font-weight: bold;
color: #003366;
margin-bottom: 20px;
}
.about-i {
font-size: 1.25rem;
font-style: italic;
color: #555;
}
.about-small {
font-size: 1rem;
line-height: 1.6;
color: #333;
}
#about-row {
margin-top: 40px;
text-align: center;
}
.container h2 {
text-align: center;
font-size: 2rem;
margin-bottom: 30px;
color: #003366;
}