Fix footer margin on TeacherClassView
This commit is contained in:
parent
dccb4f3172
commit
98bfcb4c9e
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ body[lang='ru'], body[lang='uk'], body[lang='bg'], body[lang^='mk'], body[lang='
|
||||||
#footer
|
#footer
|
||||||
background-image: url("/images/pages/home/footer_background.png")
|
background-image: url("/images/pages/home/footer_background.png")
|
||||||
height: 229px
|
height: 229px
|
||||||
margin: -22px auto 0
|
margin: 65px auto 0
|
||||||
color: white
|
color: white
|
||||||
|
|
||||||
@media (max-width: $screen-sm-min)
|
@media (max-width: $screen-sm-min)
|
||||||
|
|
Reference in a new issue