We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7643502 commit cf85d5dCopy full SHA for cf85d5d
src/components/course/CourseSection.css
@@ -6,7 +6,7 @@
6
transition: 0.3 s;
7
animation: ease-in-out;
8
background-color: transparent;
9
- border-radius: 5px;
+ border-radius: 20px;
10
border: solid 2px;
11
margin-left: 30px;
12
margin-bottom: 10px;
@@ -60,20 +60,17 @@
60
61
.course-img {
62
overflow: hidden;
63
- margin-top: 1px;
64
- margin-left: 1px;
65
- margin-right: 1px;
+ margin: 10px;
66
}
67
68
.course-img img {
69
transition: all 1.3s ease;
70
- height: 200px;
71
width: 100%;
72
+ border-radius: 10px;
73
74
75
.course-img:hover img {
76
- transform: scale(1.2);
+ transform: scale(0.95);
77
78
79
.Btn {
0 commit comments