You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

50 lines
778 B

.theory {
background: #FFF0D8;
padding: 5px 15px;
margin-bottom: 30px;
h5 {
padding-left: 22px;
}
ul {
font-size: 12px;
li {
@media (min-width: 0) {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
@media (min-width: @screen-tablet) {
display: block;
margin-bottom: 5px;
text-indent: -22px;
margin-left: 22px;
}
}
}
border-radius: 3px;
}
.theory-block {
.about-videos {
margin-top: 15px;
margin-left: 31px;
}
}
.menu {
.theory {
margin-left: -38px;
}
}