mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-12 15:01:39 +08:00
22 lines
294 B
CSS
22 lines
294 B
CSS
/***
|
|
Anout Us Page
|
|
***/
|
|
.meet-our-team h3 {
|
|
margin-bottom: 0;
|
|
padding: 10px;
|
|
background: #f9f9f9;
|
|
}
|
|
|
|
.meet-our-team small {
|
|
display: block;
|
|
font-size: 12px;
|
|
color: #999;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.meet-our-team .team-info {
|
|
padding: 10px;
|
|
overflow: hidden;
|
|
background: #f5f5f5;
|
|
}
|