15 lines
233 B
CSS
15 lines
233 B
CSS
.section {
|
|
margin-bottom: 3rem;
|
|
width: 100%;
|
|
max-width: 1000px;
|
|
}
|
|
|
|
.section-title {
|
|
font-size: 1.5rem;
|
|
color: #ffffff;
|
|
margin-bottom: 1rem;
|
|
border-bottom: 1px solid #444;
|
|
padding-bottom: 0.5rem;
|
|
text-align: left;
|
|
}
|