14 lines
No EOL
185 B
CSS
14 lines
No EOL
185 B
CSS
.AboutModal {
|
|
padding: 24px;
|
|
}
|
|
|
|
.AboutModal p {
|
|
color: #333;
|
|
font-size: 14px;
|
|
margin: 0;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.AboutModal p:last-of-type {
|
|
margin-bottom: 0;
|
|
} |