seminar/app/assets/stylesheets/seminar/content_style/13/css/template.css

19 lines
291 B
CSS

.layout-content-inner{
background: #ffffff;
}
.seminar_h3{
font-weight: bold;
}
.seminar_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
[class*=widget-title] {
margin: 0.5em 0;
line-height: 1.5;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
}