1
0
mirror of https://github.com/chyzy/RSystem-MVC synced 2024-11-23 07:30:26 +01:00
RSystem-MVC-Fork/RSystem/Content/css/HomeEducation.css
2018-04-17 11:20:49 +02:00

37 lines
525 B
CSS

.section-subject {
width: 100%;
border: 1px solid #eee;
font-size: 17px;
margin-bottom: 30px;
}
.section-subject>header {
padding: 5px 10px;
background-color: rgb(0,44,105);
color: #fff;
}
.d-none {
display: none;
}
.section-body {
padding: 20px;
}
.section-body>p {
font-size: 14px;
padding-top: 30px;
text-align: justify;
color: #777;
}
.section-body-2 {
padding: 5px 20px;
}
@media (min-width: 992px) {
.section-body > p {
height: 140px;
}
}