35 lines
716 B
CSS
Executable File
35 lines
716 B
CSS
Executable File
.oircoEgapp-foot .logo-white img {
|
|
margin: 0 auto;
|
|
}
|
|
.oircoEgapp-foot .m_footer {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.oircoEgapp-foot .m_footer .left,
|
|
.oircoEgapp-foot .foot-con {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
.oircoEgapp-foot .m_footer .right {
|
|
max-width: 55%;
|
|
}
|
|
.oircoEgapp-foot .m_footer .left {
|
|
max-width: 40%;
|
|
justify-content: end;
|
|
margin-right: 4%;
|
|
}
|
|
.oircoEgapp-foot .foot-con span {
|
|
width: auto;
|
|
padding: 0 0.625rem;
|
|
}
|
|
.oircoEgapp-foot .foot-cate .clearfix li h3 {
|
|
margin-bottom: 10px;
|
|
}
|
|
.oircoEgapp-foot .foot-cate .clearfix li p,
|
|
.oircoEgapp-foot .foot-cate .clearfix li p a {
|
|
font-size: 12px;
|
|
}
|