fix: rating on course card and profile page responsive

This commit is contained in:
pateljannat
2021-07-13 16:54:45 +05:30
parent 47f2d3cb7b
commit ec852fc255
3 changed files with 56 additions and 36 deletions

View File

@@ -1075,6 +1075,13 @@ div.custom-checkbox>label>input:checked+img {
margin: 0px 4px 4px;
}
.profile-page {
max-width: 1150px;
margin: 0 auto;
padding-top: 1rem;
padding-bottom: 1rem;
}
.profile-courses {
margin-top: 3rem;
}