Skip to content

Commit 3caf4f3

Browse files
committed
update course section
1 parent de0e762 commit 3caf4f3

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

styles/course.css

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,20 @@
138138
background-color: #09b45063;
139139
padding: 10px 20px 10px 5px;
140140
width: 350px;
141-
border-radius: 20px;
141+
border-radius: 15px;
142142
display: flex;
143143
justify-content: space-between;
144144
align-items: center;
145145
margin-bottom: 10px;
146146
}
147147

148+
.course-info .course-info-content
149+
.course-info-box .course-info-box-right
150+
.row1 h5 {
151+
font-size: 18px;
152+
font-weight: 600;
153+
}
154+
148155
.course-info .course-info-content
149156
.course-info-box .course-info-box-right .row2 {
150157
display: flex;
@@ -161,10 +168,15 @@
161168
display: flex;
162169
justify-content: space-between;
163170
padding: 5px;
164-
padding: 10px 20px 10px 5px;
171+
padding: 10px 20px;
165172
border-radius: 10px;
173+
}
166174

167-
}
175+
.course-info .course-info-content
176+
.course-info-box .course-info-box-right
177+
.row2 .sub-row2 .sub-row2-icon {
178+
padding-top: 5px;
179+
}
168180

169181
.course-info .course-info-content
170182
.course-info-box .course-info-box-right img{

0 commit comments

Comments
 (0)