Century 21 Redwood
user_3758723130
css
2 years ago
1.5 kB
19
Indexable
/*START - align social links, remove padding, style link*/
div.redesign .agent-info{
padding:0;
li {
@media (max-width: 768px) {
margin-bottom: 0!important;
padding-bottom: 0px;
}
}
.link{
@media (max-width: 768px) {
margin-bottom: 0!important;
padding-bottom: 0px;
}
color:#000!important;
&:before{
background-color:#ccc;
}
&:after{
background-color:#BEAF87;
}
&:hover{
color:#BEAF87!important;
}
}
h3{
padding-bottom:27px;
@media (max-width: 768px) {
margin-bottom: 0;
padding-bottom: 10px;
}
}
@media(max-width:796px){
padding:0;
.lp-socials{
padding:0;
justify-content:center;
li{
justify-content:center;
}
}
}
}
/*END - align social links, remove padding*/
@media only screen and (max-width: 991px) and (min-width: 660px) {
div.agent-info .container {
flex-direction: row!important;
.agent-info-avatar-details {
width: 50%;
padding-right: 30px;
}
.agent-info-bio {
width: 50%;
}
}
}
@media only screen and (max-width: 390px){
.agent-info-bio-text{
font-size: 13px!important;
}
}Editor is loading...
Leave a Comment