mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-14 09:30:27 +00:00
22 lines
315 B
CSS
22 lines
315 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;
|
||
|
}
|